mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-26 08:21:34 +00:00
gh-13140: Fixed some items not respecting reduce motion (gh-13141)
This commit is contained in:
@@ -432,6 +432,9 @@ window.gZenUIManager = {
|
||||
},
|
||||
|
||||
onUrlbarSearchModeChanged(event) {
|
||||
if (gReduceMotion) {
|
||||
return;
|
||||
}
|
||||
const { searchMode } = event.detail;
|
||||
const input = gURLBar;
|
||||
if (gURLBar.hasAttribute("breakout-extend") && !this._animatingSearchMode) {
|
||||
|
||||
@@ -233,6 +233,7 @@
|
||||
--zen-primary-color: rgb(11, 10, 11) !important;
|
||||
/* Make sure its in sync with getToolbarColor */
|
||||
--toolbox-textcolor: rgba(255, 255, 255, 0.8) !important;
|
||||
--toolbar-color-scheme: dark !important;
|
||||
}
|
||||
|
||||
&[zen-unsynced-window='true'] {
|
||||
|
||||
Reference in New Issue
Block a user