1
Fork 0

Fix an issue with styles not being overridden in Chromium.

This commit is contained in:
Bauke 2020-12-16 17:44:56 +01:00
parent 662057df25
commit fdcb938def
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
.trx-hidden {
display: none;
/* stylelint-disable-next-line declaration-no-important */
display: none !important;
}