Remove outline on radio buttons
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user