theme: Add a focus style for system actions in the system menu
This commit is contained in:
parent
f0e5fb04fc
commit
0fef796757
@ -655,7 +655,8 @@ StScrollBar StButton#vhandle:active {
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.system-menu-action:hover {
|
||||
.system-menu-action:hover,
|
||||
.system-menu-action:focus {
|
||||
color: white;
|
||||
background-color: rgba(255,255,255,0.1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user