Clean: Refactoring theme/fully_dark, theme/waterfox

This commit is contained in:
alstjr7375 2022-05-16 14:18:32 +09:00
parent ac42fc9d69
commit 80a2b51a53
3 changed files with 10 additions and 13 deletions

View file

@ -1443,7 +1443,6 @@
#alertSettings > .button-box > .box-inherit {
margin: -4px 4px 3px 0 !important;
}
#alertSettings > .button-box > .box-inherit > .button-icon {
padding: 1px;
}
@ -7558,11 +7557,9 @@
/* This button needs to align with the tree above it. */
margin-inline-start: 4px;
}
#editBMPanel_newFolderButton:hover {
background-color: var(--button-hover-bgcolor);
}
#editBMPanel_newFolderButton:hover:active {
background-color: var(--button-active-bgcolor);
}

View file

@ -65,8 +65,9 @@ browser[type="content"] > html {
}
#alertSettings > .button-box > .box-inherit {
margin: -4px 4px 3px 0 !important;
}
#alertSettings > .button-box > .box-inherit > .button-icon {
padding: 1px;
> .button-icon {
padding: 1px;
}
}
}

View file

@ -15,12 +15,11 @@
/* This button needs to align with the tree above it. */
margin-inline-start: 4px;
}
#editBMPanel_newFolderButton:hover {
background-color: var(--button-hover-bgcolor);
}
#editBMPanel_newFolderButton:hover:active {
background-color: var(--button-active-bgcolor);
&:hover {
background-color: var(--button-hover-bgcolor);
&:active {
background-color: var(--button-active-bgcolor);
}
}
}