From f59e5b2b31af0a43a7e1ff56bd09fdaefb957a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Sun, 22 Oct 2017 15:26:16 +0200 Subject: [PATCH] adwaita: Remove focus outlines from textviews --- gtk/theme/Adwaita/_common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index a34833c9f6..607e1d3adc 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -102,6 +102,7 @@ $button_transition: all 200ms $ease-out-quad; .view, textview { + outline: none; text { @extend %view;