diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-11-19 16:38:28 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-11-19 18:04:31 -0500 |
commit | d3a358b9bd541d3777c06d678b035a5713519994 (patch) | |
tree | b6a36d8fb8be64328d7f7ce02d58733f0e5a16fa /gtk/theme | |
parent | 5e748ce940e0b20f711b3fb54cbad6b10e35eaaf (diff) | |
download | gtk+-d3a358b9bd541d3777c06d678b035a5713519994.tar.gz |
Adwaita: Bring fix focus in flowbox
Bring back the focus rectangle for flowbox children.
Its absence makes keynav in flowboxes really difficult.
Diffstat (limited to 'gtk/theme')
-rw-r--r-- | gtk/theme/Adwaita/_common.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 3a07eb3047..5bad9d7147 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -19,7 +19,8 @@ radiobutton:focus(visible), switch:focus(visible), scale:focus(visible), label:focus(visible), -row:focus(visible) { +row:focus(visible), +flowboxchild:focus(visible) { // We use the outline properties to signal the focus properties // to the adwaita engine: using real CSS properties is faster, // and we don't use any outlines for now. |