Fix hover links for mobile

This commit is contained in:
Shaunak Kishore
2016-03-15 02:18:37 -04:00
parent 29c2db0cd1
commit 1431ebad9c
3 changed files with 5 additions and 3 deletions

View File

@ -20,3 +20,4 @@ less
reactive-var
check
crosswalk
mrt:modernizr-meteor

View File

@ -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

View File

@ -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;
}
}