Update to Bootstrap 2.3.0
This commit is contained in:
6
assets/css/less/bootstrap/labels-badges.less
Executable file → Normal file
6
assets/css/less/bootstrap/labels-badges.less
Executable file → Normal file
@@ -35,10 +35,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Hover state, but only for links
|
||||
// Hover/focus state, but only for links
|
||||
a {
|
||||
&.label:hover,
|
||||
&.badge:hover {
|
||||
&.label:focus,
|
||||
&.badge:hover,
|
||||
&.badge:focus {
|
||||
color: @white;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user