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