web: convert global state classes to data attributes
also cleaned up unnecessary dupe in sidebar component
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
animation: highlight 2s;
|
||||
}
|
||||
|
||||
:global(.reduce-motion) .settings-content.animate {
|
||||
:global([data-reduce-motion="true"]) .settings-content.animate {
|
||||
animation: highlight-lite 2s !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user