Add more left padding to fix focus highlight

This commit is contained in:
Jorik Schellekens 2020-08-04 15:07:13 +01:00
parent 271eeeabee
commit a61cbc1a11

View File

@ -63,7 +63,7 @@ limitations under the License.
box-sizing: border-box;
height: $font-16px;
width: $font-16px;
margin-left: 1px; // For the highlight on focus
margin-left: 2px; // For the highlight on focus
border: $font-1-5px solid $radio-circle-color;
border-radius: $font-16px;