mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
put all :hover styles within @media (hover: hover)
This commit is contained in:
@@ -94,9 +94,13 @@ a {
|
||||
// Improve readability when focused and also mouse hovered in all browsers.
|
||||
//
|
||||
|
||||
a:active,
|
||||
a:hover {
|
||||
outline: 0;
|
||||
a {
|
||||
&:active {
|
||||
outline: 0;
|
||||
}
|
||||
@include hover {
|
||||
outline: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Text-level semantics
|
||||
|
||||
Reference in New Issue
Block a user