Skip to content

Commit

Permalink
Increase specificity for active radio/checkbox input styling (#11290)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean90 authored Oct 31, 2018
1 parent 8f5c78c commit 529e3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/edit-post/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ body.block-editor-page {
input[type="checkbox"] {
border-radius: $radius-round-rectangle / 2;

&::before {
&:checked::before {
margin: -4px 0 0 -5px;
color: $white;
}
Expand All @@ -246,7 +246,7 @@ body.block-editor-page {
input[type="radio"] {
border-radius: $radius-round;

&::before {
&:checked::before {
margin: 3px 0 0 3px;
background-color: $white;
}
Expand Down

0 comments on commit 529e3a2

Please sign in to comment.