Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'less/labels.less')
-rw-r--r--less/labels.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/labels.less b/less/labels.less
index 5db1ed12c0..9a5a27006a 100644
--- a/less/labels.less
+++ b/less/labels.less
@@ -15,7 +15,7 @@
border-radius: .25em;
// Add hover effects, but only for links
- &[href] {
+ a& {
&:hover,
&:focus {
color: @label-link-hover-color;