Use black $ for list style and return back outline on focus for mouseless setups.

This commit is contained in:
levlam 2021-11-20 18:28:17 +03:00
parent ece3a9bbcd
commit 6832b86947
1 changed files with 2 additions and 13 deletions

View File

@ -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;