Skip to content
GitLab
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
6bf8636a
Commit
6bf8636a
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #15567 from twbs/fix-15565
Use @link-hover-decoration for .btn-link too; fixes
#15565
parents
61984347
65721f53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/buttons.less
+1
-1
less/buttons.less
with
1 addition
and
1 deletion
+1
-1
less/buttons.less
+
1
-
1
View file @
6bf8636a
...
@@ -107,7 +107,7 @@
...
@@ -107,7 +107,7 @@
&:hover,
&:hover,
&:focus {
&:focus {
color: @link-hover-color;
color: @link-hover-color;
text-decoration:
underline
;
text-decoration:
@link-hover-decoration
;
background-color: transparent;
background-color: transparent;
}
}
&[disabled],
&[disabled],
...
...
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