mirror of
https://github.com/MinimalBible/MinimalBible.github.io
synced 2026-06-19 11:41:50 -04:00
Apply IE navigation fix to LESS
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -345,3 +345,10 @@ All this is done for any sub-level being entered.
|
|||||||
.dl-menuwrapper ul {
|
.dl-menuwrapper ul {
|
||||||
background: @comp-color;
|
background: @comp-color;
|
||||||
}
|
}
|
||||||
|
// Fix for IE
|
||||||
|
.dl-menu li {
|
||||||
|
display: none
|
||||||
|
}
|
||||||
|
.dl-menuopen li {
|
||||||
|
display: block
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user