From 095c9d0c8b1c9eb0099205680d48fda145718caf Mon Sep 17 00:00:00 2001 From: bmFtZQ <62812711+bmFtZQ@users.noreply.github.com> Date: Fri, 14 May 2021 17:36:43 +0800 Subject: [PATCH] fix variables for proton --- chrome/global/variables.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chrome/global/variables.css b/chrome/global/variables.css index c09983e..6de3b3f 100644 --- a/chrome/global/variables.css +++ b/chrome/global/variables.css @@ -85,6 +85,7 @@ /* icons_attention */ --lwt-toolbarbutton-icon-fill-attention: #4C98D1 !important; + --toolbarbutton-icon-fill-attention: var(--lwt-toolbarbutton-icon-fill-attention) !important; /* button_background_hover */ --lwt-toolbarbutton-hover-background: #ffffff1a !important; @@ -171,6 +172,9 @@ --toolbar-field-hover-background-color: var(--lwt-toolbar-field-background-color) !important; --toolbar-field-focus-background-color: var(--lwt-toolbar-field-focus) !important; --toolbar-field-hover-border-color: var(--lwt-toolbar-field-border-color) !important; + + --toolbarbutton-icon-fill: var(--lwt-toolbarbutton-icon-fill) !important; + --toolbarbutton-icon-fill-attention: var(--lwt-toolbarbutton-icon-fill-attention) !important; } :root {