mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
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
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue