From 6832b86947e657b5efbd4be8c4757e3829a7bcbb Mon Sep 17 00:00:00 2001 From: levlam Date: Sat, 20 Nov 2021 18:28:17 +0300 Subject: [PATCH] Use black $ for list style and return back outline on focus for mouseless setups. --- build.html | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/build.html b/build.html index ce1b9e64d..6b89c869b 100644 --- a/build.html +++ b/build.html @@ -39,9 +39,6 @@ body { font-family: 'Segoe UI', Arial, Helvetica, sans-serif; } - :focus { - outline: none; - } .hide { display: none; } @@ -68,16 +65,7 @@ display: block; } #buildCommands ul { - list-style: none; - } - #buildCommands ul li::before { - content: "$"; - color: var(--color-copy-warning); - font-weight: bold; - display: inline-block; - width: 1em; - margin-left: -1em; - opacity: .4; + list-style: '$ '; } a { @@ -101,6 +89,7 @@ } select:focus, button:focus { + outline: none; border-color: var(--color-primary); border-width: 2px; padding: 4px;