forked from AuroraMiddleware/gtk
testwidgetfocus: Make focused button more obvious
This commit is contained in:
parent
dea8233663
commit
8fa20f87e4
@ -47,6 +47,10 @@ const char *css =
|
||||
" background-color: white;"
|
||||
" box-shadow: none;"
|
||||
"}"
|
||||
"focuswidget button:focus(visible) {"
|
||||
" outline-width: 4px;"
|
||||
" outline-color: yellow;"
|
||||
"}"
|
||||
"focuswidget button:hover {"
|
||||
" background-color: black;"
|
||||
" color: white;"
|
||||
|
Loading…
Reference in New Issue
Block a user