Fix the v3 element CSS from making the inventory nav always visible
This commit is contained in:
parent
81a3e822a8
commit
96b24d6445
1 changed files with 2 additions and 2 deletions
|
|
@ -18,9 +18,9 @@
|
||||||
@mixin sub-nav($parent, $group, $display) {
|
@mixin sub-nav($parent, $group, $display) {
|
||||||
nav.#{$group} {
|
nav.#{$group} {
|
||||||
@include material.elevate(1);
|
@include material.elevate(1);
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
&:has(nav.#{$parent} .active[data-tab="#{$group}"]) nav.#{$group} {
|
&:has(nav.#{$parent} .active[data-tab="#{$group}"]) nav.#{$group} {
|
||||||
display: #{$display};
|
display: #{$display} !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue