Fix hovering (mobile)

This commit is contained in:
Cameron 2020-08-31 10:02:25 +01:00
parent 6045a026c7
commit af9bf3320d
6 changed files with 48 additions and 6 deletions

View file

@ -61,7 +61,14 @@ html {
color: #000;
}
.paper-icon-button-light:hover:not(:disabled) {
@media (hover: hover) {
.paper-icon-button-light:hover:not(:disabled) {
color: #00a4dc;
background-color: rgba(0, 164, 220, 0.2);
}
}
.paper-icon-button-light:active:not(:disabled) {
color: #00a4dc;
background-color: rgba(0, 164, 220, 0.2);
}