add missing comma and make proton compatible
This commit is contained in:
parent
efc32bc5ec
commit
d981542330
1 changed files with 3 additions and 3 deletions
|
@ -3,14 +3,14 @@ See the above repository for updates as well as full license text. */
|
|||
|
||||
/* Effect */
|
||||
|
||||
:root:not([uidensity="compact"]) #back-button{ --uc-back-extra-padding: 2px }
|
||||
:root:not([uidensity="compact"],[proton]) #back-button{ --uc-back-extra-padding: 2px }
|
||||
|
||||
.toolbarbutton-icon,
|
||||
.menuitem-iconic .menu-iconic-icon{
|
||||
transition: transform 83ms linear !important;
|
||||
}
|
||||
|
||||
toolbar .toolbarbutton-1 > .toolbarbutton-icon
|
||||
toolbar .toolbarbutton-1 > .toolbarbutton-icon,
|
||||
.urlbar-icon{
|
||||
transition: padding 83ms linear !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue