theme: Add a focus style for system actions in the system menu

This commit is contained in:
Jasper St. Pierre 2013-08-16 23:02:11 -04:00
parent f0e5fb04fc
commit 0fef796757

View File

@ -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);
}