From 6fb2727f6bca019f378cfb069375280fb9679971 Mon Sep 17 00:00:00 2001 From: tophf Date: Thu, 17 Feb 2022 03:35:51 +0300 Subject: [PATCH] restore button's svg color in light mode --- global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/global.css b/global.css index dc737638..0dfa6721 100644 --- a/global.css +++ b/global.css @@ -85,6 +85,10 @@ button:active { button .svg-icon { cursor: auto; } +[data-ui-theme="light"] button .svg-icon { + /* Our svgs are pixel-aligned so the default #000 looks too strong */ + fill: #333; +} /* For some odd reason these hovers appear lighter than all other button hovers in every browser */ #message-box-buttons button:not(:disabled):hover {