Hide carousel arrow (Next/Prev) if the user doesn't have js enabled
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
// Collapse
|
||||
.no-js .collapse { display: block!important; }
|
||||
|
||||
// Hide carousel arrow if no js
|
||||
.no-js #carousel .carousel-control { display: none; }
|
||||
|
||||
// Loader (Overlay)
|
||||
.loader {
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user