Add more left padding to fix focus highlight
This commit is contained in:
parent
271eeeabee
commit
a61cbc1a11
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ limitations under the License.
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: $font-16px;
|
height: $font-16px;
|
||||||
width: $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: $font-1-5px solid $radio-circle-color;
|
||||||
border-radius: $font-16px;
|
border-radius: $font-16px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue