diff -r be944660c56a -r 3d72ae0968f4 wp/wp-admin/css/common.css --- a/wp/wp-admin/css/common.css Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-admin/css/common.css Tue Sep 27 16:37:53 2022 +0200 @@ -270,6 +270,7 @@ a:focus, a:focus .media-icon img, +a:focus .plugin-icon, .wp-person a:focus .gravatar { color: #043959; box-shadow: @@ -417,7 +418,7 @@ kbd, code { - padding: 3px 5px 2px 5px; + padding: 3px 5px 2px; margin: 0 1px; background: #f0f0f1; background: rgba(0, 0, 0, 0.07); @@ -582,7 +583,7 @@ font-size: 23px; font-weight: 400; margin: 0; - padding: 9px 0 4px 0; + padding: 9px 0 4px; line-height: 1.3; } @@ -788,7 +789,7 @@ /* @todo can we combine these into a class or use an existing dashicon one? */ .welcome-panel .welcome-panel-close:before, .tagchecklist .ntdelbutton .remove-tag-icon:before, -#bulk-titles div a:before, +#bulk-titles .ntdelbutton:before, .notice-dismiss:before { background: none; color: #787c82; @@ -807,10 +808,6 @@ margin: 0; } -#bulk-titles div a:before { - margin: 1px 0; -} - .tagchecklist .ntdelbutton .remove-tag-icon:before { margin-left: 2px; border-radius: 50%; @@ -823,12 +820,10 @@ outline: 0; } -.welcome-panel .welcome-panel-close:hover:before, -.welcome-panel .welcome-panel-close:focus:before, .tagchecklist .ntdelbutton:hover .remove-tag-icon:before, .tagchecklist .ntdelbutton:focus .remove-tag-icon:before, -#bulk-titles div a:hover:before, -#bulk-titles div a:focus:before { +#bulk-titles .ntdelbutton:hover:before, +#bulk-titles .ntdelbutton:focus:before { color: #d63638; } @@ -883,7 +878,8 @@ #media-items a.delete-permanently, #nav-menu-footer .menu-delete, #delete-link a.delete, -a#remove-post-thumbnail { +a#remove-post-thumbnail, +.privacy_requests .remove-personal-data .remove-personal-data-handle { color: #b32d2e; } @@ -901,7 +897,8 @@ #media-items a.delete-permanently:hover, #nav-menu-footer .menu-delete:hover, #delete-link a.delete:hover, -a#remove-post-thumbnail:hover { +a#remove-post-thumbnail:hover, +.privacy_requests .remove-personal-data .remove-personal-data-handle:hover { color: #b32d2e; border: none; } @@ -957,7 +954,7 @@ } #minor-publishing-actions { - padding: 10px 10px 0 10px; + padding: 10px 10px 0; text-align: right; } @@ -1232,7 +1229,7 @@ .filter-group .filter-group-feature label { display: block; - margin: 14px 0px 14px 23px; + margin: 14px 0 14px 23px; } .filter-drawer .buttons { @@ -1609,7 +1606,7 @@ form.upgrade .hint { font-style: italic; font-size: 85%; - margin: -0.5em 0 2em 0; + margin: -0.5em 0 2em; } .update-php .spinner { @@ -1707,7 +1704,7 @@ /* screen options and help tabs revert */ #screen-meta { display: none; - margin: 0 20px -1px 0px; + margin: 0 20px -1px 0; position: relative; background-color: #fff; border: 1px solid #c3c4c7; @@ -1837,6 +1834,7 @@ .metabox-prefs .screen-options .screen-per-page { margin-right: 15px; + padding-right: 0; } .metabox-prefs .screen-options label { @@ -3143,7 +3141,7 @@ width: 300px; } -/* Theme/Plugin Editor */ +/* Theme/Plugin file editor */ .alignleft h2 { margin: 0; } @@ -3152,7 +3150,6 @@ font-family: Consolas, Monaco, monospace; font-size: 13px; background: #f6f7f7; - -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; } @@ -3196,7 +3193,7 @@ } /* - * Styles for Theme and Plugin editors. + * Styles for Theme and Plugin file editors. */ /* Hide collapsed items. */ @@ -3285,7 +3282,7 @@ .tree-folder > .current-file::before { left: 4px; height: 15px; - width: 0px; + width: 0; border-left: none; top: 3px; } @@ -3380,7 +3377,7 @@ } #templateside li.howto { - padding: 6px 12px 12px 12px; + padding: 6px 12px 12px; } .theme-editor-php .highlight { @@ -3432,7 +3429,7 @@ } .widget-top .widget-action .toggle-indicator:before { - padding: 1px 2px 1px 0px; + padding: 1px 2px 1px 0; border-radius: 50%; } @@ -3827,7 +3824,7 @@ .wrap div.updated, .wrap div.error, .media-upload-form div.error { - margin: 20px 0 10px 0; + margin: 20px 0 10px; padding: 5px 10px; font-size: 14px; line-height: 175%; @@ -3937,7 +3934,7 @@ left: -8px; } .tree-folder > li::before { - top: 0px; + top: 0; height: 13px; } .tree-folder > .current-file::before {