mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 12:36:35 +00:00
Fix bad style rules
This commit is contained in:
parent
27c876fed1
commit
0a32ab71fb
1 changed files with 2 additions and 2 deletions
|
|
@ -227,7 +227,7 @@ export const imageSelectors = {
|
|||
MAIN_OPTIONS_BUTTON: [".selected #title-bar #option.clicked"],
|
||||
MAIN_OPTIONS_BUTTON_DEPRESSED: [
|
||||
".selected #title-bar #option:active",
|
||||
".selected #title-bar #option:selected"
|
||||
".selected #title-bar #option.selected"
|
||||
],
|
||||
MAIN_MINIMIZE_BUTTON: [".selected #title-bar #minimize.clicked"],
|
||||
MAIN_MINIMIZE_BUTTON_DEPRESSED: [".selected #title-bar #minimize:active"],
|
||||
|
|
@ -239,7 +239,7 @@ export const imageSelectors = {
|
|||
MAIN_CLUTTER_BAR_BACKGROUND_DISABLED: ["#clutter-bar.disabled"],
|
||||
MAIN_CLUTTER_BAR_BUTTON_O_SELECTED: [
|
||||
"#button-o:active",
|
||||
"#button-0:selected"
|
||||
"#button-0.selected"
|
||||
],
|
||||
MAIN_CLUTTER_BAR_BUTTON_A_SELECTED: [
|
||||
"#button-a:active",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue