fixed double active filters
This commit is contained in:
Vendored
+1
-1
@@ -715,7 +715,7 @@ header {
|
||||
font-size: 1.2em;
|
||||
line-height: 1.2; }
|
||||
header #menus nav ul li:not(.active) {
|
||||
height: 1px;
|
||||
height: 0px;
|
||||
opacity: 0;
|
||||
overflow: hidden;
|
||||
transition: opacity 0.3s ease-in-out; }
|
||||
|
||||
Reference in New Issue
Block a user