aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.html
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2021-11-20 18:28:17 +0300
committerlevlam <levlam@telegram.org>2021-11-20 18:28:17 +0300
commit6832b86947e657b5efbd4be8c4757e3829a7bcbb (patch)
treec21bdf4bae4fe416f6cd0a94041a19dff2b363e4 /build.html
parentece3a9bbcdabc42fb1d77420ddba5813fc858e11 (diff)
Use black $ for list style and return back outline on focus for mouseless setups.
Diffstat (limited to 'build.html')
-rw-r--r--build.html15
1 files 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;