From b2f2a10a61e5be1ae36896fcd187d68b874b9a28 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sat, 18 Jun 2022 21:18:18 -0700 Subject: [PATCH] webapps.help: remove double border. --- extra/webapps/help/search.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/extra/webapps/help/search.css b/extra/webapps/help/search.css index e1c6c3070d..b08e5e035e 100644 --- a/extra/webapps/help/search.css +++ b/extra/webapps/help/search.css @@ -18,15 +18,18 @@ color: #7f7f7f; text-align: center; border: 1px solid transparent; + border-bottom: none; } .label:hover { background: #d8d8d8; border: 1px solid #ccc; + border-bottom: none; } .radiotab:checked + .label { border: 1px solid #ccc; + border-bottom: none; background: #f0f0f0; color: black; } @@ -71,14 +74,5 @@ .label { width: 33.33%; - border-bottom: none; - } - - .label:hover { - border-bottom: none; - } - - .radiotab:checked + .label { - border-bottom: none; } } -- 2.34.1