Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions src/wp-admin/css/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,9 @@ td > input[type="checkbox"],
}

input[type="radio"] {
display: inline-flex;
border-radius: 50%;
margin-right: 0.25rem;
/* 10px not sure if still necessary, comes from the MP6 redesign in r26072 */
line-height: 0.71428571;
}
Comment thread
joedolson marked this conversation as resolved.

input[type="checkbox"]:checked::before,
Expand Down Expand Up @@ -211,10 +210,8 @@ input[type="radio"]:checked::before {
border-radius: 50%;
width: 0.5rem; /* 8px */
height: 0.5rem; /* 8px */
margin: 0.1875rem; /* 3px */
margin: auto;
background-color: #fff;
/* 16px not sure if still necessary, comes from the MP6 redesign in r26072 */
line-height: 1.14285714;
}
Comment thread
joedolson marked this conversation as resolved.

@-moz-document url-prefix() {
Expand Down Expand Up @@ -957,13 +954,6 @@ ul#add-to-blog-users {
line-height: 1.4;
}

.form-table input.tog,
.form-table input[type="radio"] {
margin-top: -4px;
margin-right: 4px;
float: none;
}

.form-table .pre {
padding: 8px;
margin: 0;
Expand Down
Loading