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 {
// Polyfill deprecated selectors
.hidden {
@extend .d-none;
@extend .invisible;
display: none !important;
visibility: hidden !important;
}
.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