Make d2h-d-none override visibility

Since `.d2h-d-none` is the first rule in the file, other rules with the same specificity override it, e.g. line 102 in `.d2h-files-diff`. This means hiding no longer works. This commit fixes that; alternatively, the `.d2h-d-none` rule should be moved to the end of the file if you don't like `!important`.
This commit is contained in:
Jacek Kopecký 2022-08-02 11:20:15 +01:00 committed by GitHub
parent 0ed9e76a35
commit bae98700e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
*/
.d2h-d-none {
display: none;
display: none !important;
}
.d2h-wrapper {