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
8075f5c1
Commit
8075f5c1
authored
Jul 24, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
c59a4eea
25698fda
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
app/assets/stylesheets/framework/tooltips.scss
app/assets/stylesheets/framework/tooltips.scss
+2
-3
app/assets/stylesheets/framework/variables_overrides.scss
app/assets/stylesheets/framework/variables_overrides.scss
+4
-0
No files found.
app/assets/stylesheets/framework/tooltips.scss
View file @
8075f5c1
.tooltip-inner
{
.tooltip-inner
{
font-size
:
$
tooltip-font-size
;
font-size
:
$
gl-font-size-small
;
border-radius
:
$border-radius-default
;
border-radius
:
$border-radius-default
;
line-height
:
16px
;
line-height
:
$gl-line-height
;
font-weight
:
$gl-font-weight-normal
;
font-weight
:
$gl-font-weight-normal
;
padding
:
8px
;
}
}
app/assets/stylesheets/framework/variables_overrides.scss
View file @
8075f5c1
...
@@ -48,3 +48,7 @@ $spacers: (
...
@@ -48,3 +48,7 @@ $spacers: (
9
:
(
$spacer
*
8
)
9
:
(
$spacer
*
8
)
);
);
$pagination-color
:
$gl-text-color
;
$pagination-color
:
$gl-text-color
;
$tooltip-padding-y
:
0
.5rem
;
$tooltip-padding-x
:
0
.75rem
;
$tooltip-arrow-height
:
0
.5rem
;
$tooltip-arrow-width
:
1rem
;
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