!important not necessary

This commit is contained in:
tidy-dev 2022-11-22 14:10:11 -05:00
parent 6001d01cc1
commit 7f0393d450

View file

@ -130,7 +130,7 @@ dialog {
}
&:not([open]) {
display: none !important;
display: none;
}
// The dialog embeds a fieldset as the first child of the form element