Remove unused CSS rules for toolbar buttons with textButton
-classes
Searching through all of the files in the `web/`-folder has no *other* hits for the "textButton" string. Hence it's clear that there are no DOM elements actually using this class, and it's thus dead code.
This commit is contained in:
parent
f9262d29fc
commit
3c10c66cd3
@ -625,9 +625,7 @@ select {
|
||||
|
||||
.splitToolbarButton > .toolbarButton:hover,
|
||||
.splitToolbarButton > .toolbarButton:focus-visible,
|
||||
.dropdownToolbarButton:hover,
|
||||
.toolbarButton.textButton:hover,
|
||||
.toolbarButton.textButton:focus-visible {
|
||||
.dropdownToolbarButton:hover {
|
||||
background-color: var(--button-hover-color);
|
||||
}
|
||||
.splitToolbarButton > .toolbarButton {
|
||||
|
Loading…
Reference in New Issue
Block a user