Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
08857940
Commit
08857940
authored
7 years ago
by
Dimitrie Hoekstra
Committed by
Annabel Dunstone Gray
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust tooltips to adhere to 8px grid and make them more readable
parent
7f8e720f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
0 deletions
+18
-0
app/assets/stylesheets/framework.scss
app/assets/stylesheets/framework.scss
+1
-0
app/assets/stylesheets/framework/tooltips.scss
app/assets/stylesheets/framework/tooltips.scss
+7
-0
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+5
-0
changelogs/unreleased/adjusting-tooltips.yml
changelogs/unreleased/adjusting-tooltips.yml
+5
-0
No files found.
app/assets/stylesheets/framework.scss
View file @
08857940
...
@@ -40,6 +40,7 @@
...
@@ -40,6 +40,7 @@
@import
"framework/tables"
;
@import
"framework/tables"
;
@import
"framework/notes"
;
@import
"framework/notes"
;
@import
"framework/timeline"
;
@import
"framework/timeline"
;
@import
"framework/tooltips"
;
@import
"framework/typography"
;
@import
"framework/typography"
;
@import
"framework/zen"
;
@import
"framework/zen"
;
@import
"framework/blank"
;
@import
"framework/blank"
;
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/framework/tooltips.scss
0 → 100644
View file @
08857940
.tooltip-inner
{
font-size
:
$tooltip-font-size
;
border-radius
:
$border-radius-default
;
line-height
:
16px
;
font-weight
:
$gl-font-weight-normal
;
padding
:
$gl-btn-padding
;
}
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/framework/variables.scss
View file @
08857940
...
@@ -202,6 +202,11 @@ $md-area-border: #ddd;
...
@@ -202,6 +202,11 @@ $md-area-border: #ddd;
$code_font_size
:
12px
;
$code_font_size
:
12px
;
$code_line_height
:
1
.6
;
$code_line_height
:
1
.6
;
/*
* Tooltips
*/
$tooltip-font-size
:
12px
;
/*
/*
* Padding
* Padding
*/
*/
...
...
This diff is collapsed.
Click to expand it.
changelogs/unreleased/adjusting-tooltips.yml
0 → 100644
View file @
08857940
---
title
:
Adjust tooltips to adhere to 8px grid and make them more readable
merge_request
:
author
:
type
:
changed
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment