Remove outline on radio buttons

This commit is contained in:
2022-04-11 19:24:17 +02:00
parent c8be679634
commit 2517605e42
4 changed files with 4 additions and 4 deletions

View File

@@ -376,6 +376,7 @@ $legend-color: $post-color;
input, textarea {
background-color: $post-input-bg;
color: $post-color;
outline: none;
}
button, a.button {
@@ -721,7 +722,7 @@ $legend-color: $post-color;
font-size: 0.8em;
margin: 0;
color: $subtitle-color;
cursor: pointer;
cursor: default;
transform: translateX(calc(-0.5 * (12px + 0.5em))); //icon width + margin right
span {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long