theme: Add :focus style for app-view-controls
https://bugzilla.gnome.org/show_bug.cgi?id=694951
This commit is contained in:
parent
a32f27a2aa
commit
31774a7711
@ -316,10 +316,20 @@ StScrollBar StButton#vhandle:active {
|
|||||||
.notification-button:focus,
|
.notification-button:focus,
|
||||||
.notification-icon-button:focus,
|
.notification-icon-button:focus,
|
||||||
.hotplug-notification-item:focus,
|
.hotplug-notification-item:focus,
|
||||||
.modal-dialog-button:focus {
|
.modal-dialog-button:focus,
|
||||||
|
.app-view-control:focus {
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.app-view-control:focus {
|
||||||
|
padding: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.app-view-control:first-child:ltr:focus,
|
||||||
|
.app-view-control:last-child:rtl:focus {
|
||||||
|
border-right-width: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
.candidate-page-button:active,
|
.candidate-page-button:active,
|
||||||
.candidate-page-button:pressed,
|
.candidate-page-button:pressed,
|
||||||
.notification-button:active,
|
.notification-button:active,
|
||||||
|
2
src/gvc
2
src/gvc
@ -1 +1 @@
|
|||||||
Subproject commit 3d6aac673b88fff548db57a75b82e8f14723c1fe
|
Subproject commit 03894efbcd010faf53bbc6e27256d27485f721b8
|
Loading…
Reference in New Issue
Block a user