mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Remove dupe hover background color
This commit is contained in:
parent
c4281f3919
commit
0faf42b4bc
3 changed files with 1 additions and 3 deletions
1
dist/css/bootstrap.css
vendored
1
dist/css/bootstrap.css
vendored
|
@ -4081,7 +4081,6 @@ a.thumbnail:focus {
|
|||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
background-color: #808080;
|
||||
}
|
||||
|
||||
.label-default {
|
||||
|
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -21,7 +21,6 @@
|
|||
color: @label-link-hover-color;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
background-color: darken(@gray-light, 10%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue