mirror of
https://github.com/MinimalBible/MinimalBible.github.io
synced 2026-06-11 15:51:57 -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
@@ -344,4 +344,11 @@ All this is done for any sub-level being entered.
|
|||||||
.dl-menuwrapper button.dl-active,
|
.dl-menuwrapper button.dl-active,
|
||||||
.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