2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +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
+8 -5
View File
@@ -20,8 +20,10 @@
margin-left: .75rem;
}
}
.card-link:hover {
text-decoration: none;
.card-link {
@include hover {
text-decoration: none;
}
}
@@ -89,9 +91,10 @@
.card-blockquote > footer {
color: rgba(255,255,255,.65);
}
.card-link:hover,
.card-link:focus {
color: #fff;
.card-link {
@include hover-focus {
color: #fff;
}
}
}