mirror of
https://github.com/skishore/makemeahanzi.git
synced 2025-10-29 18:06:56 +08:00
Fix hover links for mobile
This commit is contained in:
@ -20,3 +20,4 @@ less
|
|||||||
reactive-var
|
reactive-var
|
||||||
check
|
check
|
||||||
crosswalk
|
crosswalk
|
||||||
|
mrt:modernizr-meteor
|
||||||
|
|||||||
@ -42,6 +42,7 @@ mobile-experience@1.0.1
|
|||||||
mobile-status-bar@1.0.6
|
mobile-status-bar@1.0.6
|
||||||
mongo@1.1.3
|
mongo@1.1.3
|
||||||
mongo-id@1.0.1
|
mongo-id@1.0.1
|
||||||
|
mrt:modernizr-meteor@2.6.2
|
||||||
npm-mongo@1.4.39_1
|
npm-mongo@1.4.39_1
|
||||||
observe-sequence@1.0.7
|
observe-sequence@1.0.7
|
||||||
ordered-dict@1.0.4
|
ordered-dict@1.0.4
|
||||||
|
|||||||
@ -30,7 +30,7 @@ body {
|
|||||||
width: 60px;
|
width: 60px;
|
||||||
.buttonlike;
|
.buttonlike;
|
||||||
|
|
||||||
&:hover {
|
.no-touch &:hover, .touch &:active {
|
||||||
background-color: #357;
|
background-color: #357;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -123,7 +123,7 @@ body {
|
|||||||
width: 32px;
|
width: 32px;
|
||||||
.buttonlike;
|
.buttonlike;
|
||||||
|
|
||||||
&:hover {
|
.no-touch &:hover, .touch &:active {
|
||||||
background-color: #357;
|
background-color: #357;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -316,7 +316,7 @@ body {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
.buttonlike;
|
.buttonlike;
|
||||||
|
|
||||||
&:hover {
|
.no-touch &:hover, .touch &:active {
|
||||||
background-color: #bdf;
|
background-color: #bdf;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user