Skip to content

Commit

Permalink
fix(RadioControl): checked style outside of Gutenberg (#30670)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvanpatten committed Apr 9, 2021
1 parent 2e6676a commit b2466ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/base-styles/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@
}

&:checked::before {
box-sizing: inherit;
width: 8px;
height: 8px;
transform: translate(7px, 7px);
Expand Down

0 comments on commit b2466ba

Please sign in to comment.