Commit 823e057a authored by RawKStar77's avatar RawKStar77

Remove redundent CSS according to @tilgovi's suggestions.

parent bf5ed891
...@@ -1221,7 +1221,7 @@ h3.stream { ...@@ -1221,7 +1221,7 @@ h3.stream {
z-index: 4; z-index: 4;
&.hidden { &.hidden {
top: 0; display: none;
} }
} }
...@@ -1239,16 +1239,8 @@ h3.stream { ...@@ -1239,16 +1239,8 @@ h3.stream {
.dropdown-menu { .dropdown-menu {
margin-top: 0; margin-top: 0;
li {
z-index: 0;
}
&:before, &:after { &:before, &:after {
display: none; display: none;
} }
&.hidden {
display: none;
}
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment