[Frontend] Mobile styling

Fixes #1896
- Mod .has-local-controls to not apply when in touch context
This commit is contained in:
Charles Hacskaylo
2018-02-21 18:31:33 -08:00
parent 3d926f2ff7
commit c47defd6bc

View File

@@ -150,6 +150,7 @@
}
}
body:not(.touch) {
.has-local-controls {
// Hide local controls, show them when the .has element gets hover
.s-local-controls,
@@ -166,6 +167,7 @@
}
}
}
/******************************************************** CUSTOM CHECKBOXES */
label.checkbox.custom,