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:
authorChris Rebert <code@rebertia.com>2015-01-01 12:05:01 +0300
committerChris Rebert <code@rebertia.com>2015-01-22 22:37:37 +0300
commit8e374bd010a6db00acf3cb51b14788d7bf9ba097 (patch)
treed9e4db80876dfecfee4a0c182976f7533eaec15d /scss/_badge.scss
parentc0f4dcd38e72f84f1fbf7828f346686acd1117f7 (diff)
put all :hover styles within @media (hover: hover)
Diffstat (limited to 'scss/_badge.scss')
-rw-r--r--scss/_badge.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/scss/_badge.scss b/scss/_badge.scss
index 2c70b59fc6..b3afccd797 100644
--- a/scss/_badge.scss
+++ b/scss/_badge.scss
@@ -47,8 +47,7 @@
// Hover state, but only for links
a.badge {
- &:hover,
- &:focus {
+ @include hover-focus {
color: $badge-link-hover-color;
text-decoration: none;
cursor: pointer;