Remove unnecessary 'important' in styles

This commit is contained in:
Alex Shpak
2025-08-09 12:52:50 +02:00
parent ea6e43ddfc
commit fee7e46da7
+1 -1
View File
@@ -354,7 +354,7 @@ body[dir="rtl"] .book-menu {
} }
.book-header { .book-header {
display: block !important; display: block;
} }
#menu-control:focus ~ main label[for="menu-control"] { #menu-control:focus ~ main label[for="menu-control"] {