Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
86eac52c
Commit
86eac52c
authored
10 years ago
by
Andrew Saint
Browse files
Options
Download
Email Patches
Plain Diff
Added link hover decoration variable
parent
4a89fd02
5 merge requests
!28721
Hot test
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
,
!14786
Added link hover decoration variable
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
less/scaffolding.less
+1
-1
less/scaffolding.less
less/variables.less
+2
-0
less/variables.less
with
3 additions
and
1 deletion
+3
-1
less/scaffolding.less
+
1
-
1
View file @
86eac52c
...
...
@@ -52,7 +52,7 @@ a {
&:hover,
&:focus {
color: @link-hover-color;
text-decoration:
underline
;
text-decoration:
@link-hover-decoration
;
}
&:focus {
...
...
This diff is collapsed.
Click to expand it.
less/variables.less
+
2
-
0
View file @
86eac52c
...
...
@@ -34,6 +34,8 @@
@link-color: @brand-primary;
//** Link hover color set via `darken()` function.
@link-hover-color: darken(@link-color, 15%);
//** Link hover decoration.
@link-hover-decoration: underline;
//== Typography
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets