Skip to content

[css-forms-1] Radio buttons should have space between border and "checkmark" #13403

@lukewarlow

Description

@lukewarlow

Currently the styles for radio buttons don't provide any gap between the border and the inner "checkmark".

Image

I propose we add:

input[type="radio"] {
    padding: 0.15em;
}
Image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions