mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-11 11:42:40 -08:00
Fix: Animate - Reduced motion at photon-style #268
This commit is contained in:
parent
3d8c72628a
commit
ebe2e089ab
1 changed files with 4 additions and 2 deletions
|
|
@ -3208,8 +3208,10 @@
|
|||
opacity: 0 !important;
|
||||
transform: scaleX(0) !important;
|
||||
}
|
||||
.tabbrowser-tab:not([selected="true"], [multiselected]) .tab-context-line {
|
||||
transition: transform 250ms var(--animation-easing-function), opacity 250ms var(--animation-easing-function) !important; /* --animation-easing-function: cubic-bezier(.07, .95, 0, 1); */
|
||||
@media (prefers-reduced-motion: no-preference) {
|
||||
.tabbrowser-tab:not([selected="true"], [multiselected]) .tab-context-line {
|
||||
transition: transform 250ms var(--animation-easing-function), opacity 250ms var(--animation-easing-function) !important; /* --animation-easing-function: cubic-bezier(.07, .95, 0, 1); */
|
||||
}
|
||||
}
|
||||
|
||||
/* Remove side's background color border */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue