mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Remove dupe hover background color
This commit is contained in:
Vendored
-1
@@ -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 {
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -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%);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user