mirror of
https://github.com/1j01/textual-paint.git
synced 2025-01-02 20:04:36 +03:00
Prevent bolding of tool icon glyphs
This commit is contained in:
parent
ef41cb53e7
commit
8b955b0e43
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user