Prevent bolding of tool icon glyphs

This commit is contained in:
Isaiah Odhner 2023-04-13 18:18:27 -04:00
parent ef41cb53e7
commit 8b955b0e43

View File

@ -51,6 +51,9 @@ Screen {
background: $panel-darken-1; background: $panel-darken-1;
} }
#tools_box Button {
text-style: none !important;
}
#tools_box Button:focus { #tools_box Button:focus {
/* disable focus highlight */ /* disable focus highlight */
/* in the future it may be important to prevent focus instead */ /* in the future it may be important to prevent focus instead */