2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

put all :hover styles within @media (hover: hover)

This commit is contained in:
Chris Rebert
2015-01-01 01:05:01 -08:00
parent c0f4dcd38e
commit 8e374bd010
26 changed files with 208 additions and 187 deletions
+1 -2
View File
@@ -28,8 +28,7 @@
// Add hover effects, but only for links
a.label {
&:hover,
&:focus {
@include hover-focus {
color: $label-link-hover-color;
text-decoration: none;
cursor: pointer;