mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-01 17:32:41 +02:00
put all :hover styles within @media (hover: hover)
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
#{$parent} {
|
||||
color: $color;
|
||||
}
|
||||
a#{$parent}:hover {
|
||||
color: darken($color, 10%);
|
||||
a#{$parent} {
|
||||
@include hover {
|
||||
color: darken($color, 10%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user