Skip to content

Commit

Permalink
[gtk-3.0] Remove outlines on focus. Contributes to #8
Browse files Browse the repository at this point in the history
Thanks to raveit65, leigh123linux/Zukitwo@c18c1a5

Signed-off-by: Eugenio Paolantonio (g7) <[email protected]>
  • Loading branch information
g7 committed Oct 11, 2015
1 parent 9bf08cf commit 65af29d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Zukitre-Vera/gtk-3.0/gtk-widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,11 @@
-GtkDialog-button-spacing: 4;
-GtkDialog-action-area-border: 0;
-GtkStatusbar-shadow-type: none;
}

/* Maybe better to have this as a focus since the removal of the adwaita engine */
*:focus {
outline-color: alpha(@theme_text_color, 0.3);
outline-style: dashed;
outline-style: none;
outline-offset: -3px;
outline-width: 1px;
outline-width: 0px;
outline-radius: 2px;
}

Expand Down

0 comments on commit 65af29d

Please sign in to comment.