make navigation noscript friendly
This commit is contained in:
Vendored
+4
@@ -29,3 +29,7 @@
|
||||
.pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.noscript-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@media (max-width:767px) {
|
||||
.mobile-only {
|
||||
.no-mobile {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user