- From: Luke Warlow via GitHub <noreply@w3.org>
- Date: Wed, 28 Jan 2026 00:42:44 +0000
- To: public-css-archive@w3.org
To clarify do you mean something like below? Or do you have something else in mind?
```css
input[type=radio]:checked::checkmark {
content: '';
background-color: currentColor;
display: inline-block;
border-radius: inherit;
- height: 100%;
- width: 100%;
+ height: 70%;
+ width: 70%;
}
```
--
GitHub Notification of comment by lukewarlow
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13403#issuecomment-3808320678 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 28 January 2026 00:42:44 UTC