From 125fedf4b795fb8ff480d3dd3f7efc2b1f35aa2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 26 Jul 2023 21:04:38 +0200 Subject: [PATCH] expand: no outline, a text decoration is enough #577 --- static/css/theme.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index 8326dabdc7..8b4f3f7452 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1188,12 +1188,6 @@ option { cursor: pointer; } -.expand > input:active, -.expand > input:focus { - outline-border: 1px; - outline-style: solid; -} - .expand > label { cursor: pointer; display: inline; @@ -1204,6 +1198,8 @@ option { position: absolute; } +.expand > input:active + label, +.expand > input:focus + label, .expand > label:hover { text-decoration: underline; }