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:
Jonas Jenwald 2022-04-25 14:46:10 +02:00
parent f9262d29fc
commit 3c10c66cd3

View File

@ -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 {