use class instead of id selector for urlbar-input elements

See bug 1610530
This commit is contained in:
MrOtherGuy
2024-06-16 12:00:20 +03:00
parent 36e6c11242
commit 467a53ee72
11 changed files with 23 additions and 23 deletions

View File

@@ -8,14 +8,14 @@ See the above repository for updates as well as full license text. */
.downloadIconShow > .button-box > .button-icon,
.menuitem-iconic .menu-iconic-icon,
#downloads-indicator-icon,
#urlbar-input-container [role="button"] image{
.urlbar-input-container [role="button"] image{
transition: transform 83ms linear !important;
}
toolbar .toolbarbutton-1 > .toolbarbutton-icon{
transition: padding 83ms linear !important;
}
#urlbar-input-container [role="button"]:active image,
.urlbar-input-container [role="button"]:active image,
.tab-close-button:active,
.downloadIconShow:active > .button-box > .button-icon,
#downloads-button:active #downloads-indicator-icon,