mirror of
https://github.com/1j01/textual-paint.git
synced 2025-01-05 05:33:28 +03:00
Disable focus highlight on tool buttons
This commit is contained in:
parent
b64869eae4
commit
cf8acc4f94
@ -26,6 +26,12 @@ Screen {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tools_box Button:focus {
|
||||||
|
/* disable focus highlight */
|
||||||
|
/* in the future it may be important to prevent focus instead */
|
||||||
|
text-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
#tools_box Button.selected {
|
#tools_box Button.selected {
|
||||||
background: #aaa;
|
background: #aaa;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user