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:
+12
-7
@@ -22,17 +22,22 @@
|
||||
border-radius: $pager-border-radius;
|
||||
}
|
||||
|
||||
> a:hover,
|
||||
> a:focus {
|
||||
text-decoration: none;
|
||||
background-color: $pager-hover-bg;
|
||||
> a {
|
||||
@include hover-focus {
|
||||
text-decoration: none;
|
||||
background-color: $pager-hover-bg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.disabled {
|
||||
> a,
|
||||
> a:hover,
|
||||
> a:focus,
|
||||
> a {
|
||||
@include plain-hover-focus {
|
||||
color: $pager-disabled-color;
|
||||
cursor: $cursor-disabled;
|
||||
background-color: $pager-bg;
|
||||
}
|
||||
}
|
||||
> span {
|
||||
color: $pager-disabled-color;
|
||||
cursor: $cursor-disabled;
|
||||
|
||||
Reference in New Issue
Block a user