From 8b955b0e43744ca64916d7b5c5ceb143b989db24 Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Thu, 13 Apr 2023 18:18:27 -0400 Subject: [PATCH] Prevent bolding of tool icon glyphs --- paint.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/paint.css b/paint.css index d796c1b..17633f3 100644 --- a/paint.css +++ b/paint.css @@ -51,6 +51,9 @@ Screen { background: $panel-darken-1; } +#tools_box Button { + text-style: none !important; +} #tools_box Button:focus { /* disable focus highlight */ /* in the future it may be important to prevent focus instead */