2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Make more components mixin-friendly

This commit is contained in:
Mark Otto
2013-07-01 17:32:07 -07:00
parent 2d2828d36c
commit a27ecfccf3
7 changed files with 69 additions and 94 deletions
+3 -3
View File
@@ -15,7 +15,7 @@
background-color: @gray-light;
border-radius: .25em;
// Add hover effects, but only for links
// Add hover effects, but only for links
&[href] {
&:hover,
&:focus {
@@ -32,7 +32,7 @@
.label-danger {
background-color: @label-danger-bg;
&[href] {
&:hover,
&:hover,
&:focus {
background-color: darken(@label-danger-bg, 10%);
}
@@ -67,4 +67,4 @@
background-color: darken(@label-info-bg, 10%);
}
}
}
}