mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-01 09:22:55 +02:00
put all :hover styles within @media (hover: hover)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user