0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Remove dupe hover background color

This commit is contained in:
Mark Otto 2013-08-05 15:35:16 -07:00
parent c4281f3919
commit 0faf42b4bc
3 changed files with 1 additions and 3 deletions

View File

@ -4081,7 +4081,6 @@ a.thumbnail:focus {
color: #ffffff; color: #ffffff;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
background-color: #808080;
} }
.label-default { .label-default {

File diff suppressed because one or more lines are too long

View File

@ -21,7 +21,6 @@
color: @label-link-hover-color; color: @label-link-hover-color;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
background-color: darken(@gray-light, 10%);
} }
} }
} }