Skip to content

Commit

Permalink
Added hidden with important
Browse files Browse the repository at this point in the history
  • Loading branch information
navidmafi committed Nov 20, 2021
1 parent 7af4785 commit 5915489
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib.css
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,10 @@ See the LICENCE file in the repository root for full licence text.
display: none;
opacity: 0;
}
.hidden-important {
display: none!important;
opacity: 0!important;
}
.block {
display: block;
}
Expand Down

0 comments on commit 5915489

Please sign in to comment.