From 8fa20f87e48fe1a7bb80f9c9664c2b718e1636c9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Wed, 1 Nov 2017 12:47:11 +0100 Subject: [PATCH] testwidgetfocus: Make focused button more obvious --- tests/testwidgetfocus.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/testwidgetfocus.c b/tests/testwidgetfocus.c index 8164759323..978aee6431 100644 --- a/tests/testwidgetfocus.c +++ b/tests/testwidgetfocus.c @@ -47,6 +47,10 @@ const char *css = " background-color: white;" " box-shadow: none;" "}" +"focuswidget button:focus(visible) {" +" outline-width: 4px;" +" outline-color: yellow;" +"}" "focuswidget button:hover {" " background-color: black;" " color: white;" -- 2.30.2