Changed focus states.
This commit is contained in:
@@ -41,12 +41,6 @@
|
|||||||
-GtkWindow-resize-grip-height: 0;
|
-GtkWindow-resize-grip-height: 0;
|
||||||
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
outline-style: dashed;
|
|
||||||
outline-offset: -3px;
|
|
||||||
outline-width: 1px;
|
|
||||||
outline-radius: 2px;
|
|
||||||
|
|
||||||
background: inherit;
|
background: inherit;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
@@ -28,7 +28,6 @@
|
|||||||
.button,
|
.button,
|
||||||
.button.text-button,
|
.button.text-button,
|
||||||
.button.image-button {
|
.button.image-button {
|
||||||
outline-color: alpha(#000, 0.2);
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 4px 9px;
|
padding: 4px 9px;
|
||||||
border: 1px solid @button_border;
|
border: 1px solid @button_border;
|
||||||
@@ -69,6 +68,18 @@ GtkCalendar.button:backdrop:hover,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Focus Button */
|
/* Focus Button */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.button *:focus,
|
||||||
|
*.button:focus {
|
||||||
|
outline-color: alpha(#000, 0.2);
|
||||||
|
outline-style: dashed;
|
||||||
|
outline-offset: -3px;
|
||||||
|
outline-width: 1px;
|
||||||
|
outline-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.button:focus,
|
.button:focus,
|
||||||
.button.default:focus,
|
.button.default:focus,
|
||||||
.button:active:focus,
|
.button:active:focus,
|
||||||
|
Reference in New Issue
Block a user