Commit 38297512 authored by Clement Ho's avatar Clement Ho

[skip ci] Use existing .hidden properties rather than extending because of important

parent e3e74a1c
...@@ -27,8 +27,8 @@ html { ...@@ -27,8 +27,8 @@ html {
// Polyfill deprecated selectors // Polyfill deprecated selectors
.hidden { .hidden {
@extend .d-none; display: none !important;
@extend .invisible; visibility: hidden !important;
} }
.dropdown-toggle::after { .dropdown-toggle::after {
......
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