Speed up the transition
This commit is contained in:
parent
f5b220dc9e
commit
cf75a84a00
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
#page-action-buttons > *[class^=urlbar-icon]{
|
||||
margin-inline-end: -26px;
|
||||
opacity: 0;
|
||||
transition: margin-inline-end 200ms linear, opacity 200ms linear;
|
||||
transition: margin-inline-end 100ms linear, opacity 200ms linear;
|
||||
}
|
||||
:root[uidensity="compact"] #page-action-buttons > *[class^=urlbar-icon]{ margin-inline-end: -22px; }
|
||||
#page-action-buttons:hover > *[class^=urlbar-icon],
|
||||
|
|
Loading…
Reference in a new issue