CSS adjustments to gutenberg checkbox and radio buttons on modal.

This commit is contained in:
mateuswetah 2021-06-10 09:48:09 -03:00
parent a3d06c9e49
commit d2cdae0cad
2 changed files with 3 additions and 2 deletions

View File

@ -388,7 +388,8 @@
.components-popover input[type="radio"]:checked::before, .components-popover input[type="radio"]:checked::before,
.editor-block-list__block input[type="radio"]:checked::before { .editor-block-list__block input[type="radio"]:checked::before {
background: black; background: black;
margin: 3px 0 0 3px; margin: 0;
border: none;
width: 8px; width: 8px;
height: 8px; height: 8px;

File diff suppressed because one or more lines are too long