diff -r be944660c56a -r 3d72ae0968f4 wp/wp-admin/css/common-rtl.css --- a/wp/wp-admin/css/common-rtl.css Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-admin/css/common-rtl.css Tue Sep 27 16:37:53 2022 +0200 @@ -271,6 +271,7 @@ a:focus, a:focus .media-icon img, +a:focus .plugin-icon, .wp-person a:focus .gravatar { color: #043959; box-shadow: @@ -418,7 +419,7 @@ kbd, code { - padding: 3px 5px 2px 5px; + padding: 3px 5px 2px; margin: 0 1px; background: #f0f0f1; background: rgba(0, 0, 0, 0.07); @@ -583,7 +584,7 @@ font-size: 23px; font-weight: 400; margin: 0; - padding: 9px 0 4px 0; + padding: 9px 0 4px; line-height: 1.3; } @@ -789,7 +790,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; @@ -808,10 +809,6 @@ margin: 0; } -#bulk-titles div a:before { - margin: 1px 0; -} - .tagchecklist .ntdelbutton .remove-tag-icon:before { margin-right: 2px; border-radius: 50%; @@ -824,12 +821,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; } @@ -884,7 +879,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; } @@ -902,7 +898,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; } @@ -958,7 +955,7 @@ } #minor-publishing-actions { - padding: 10px 10px 0 10px; + padding: 10px 10px 0; text-align: left; } @@ -1233,7 +1230,7 @@ .filter-group .filter-group-feature label { display: block; - margin: 14px 23px 14px 0px; + margin: 14px 23px 14px 0; } .filter-drawer .buttons { @@ -1610,7 +1607,7 @@ form.upgrade .hint { font-style: italic; font-size: 85%; - margin: -0.5em 0 2em 0; + margin: -0.5em 0 2em; } .update-php .spinner { @@ -1708,7 +1705,7 @@ /* screen options and help tabs revert */ #screen-meta { display: none; - margin: 0 0px -1px 20px; + margin: 0 0 -1px 20px; position: relative; background-color: #fff; border: 1px solid #c3c4c7; @@ -1838,6 +1835,7 @@ .metabox-prefs .screen-options .screen-per-page { margin-left: 15px; + padding-left: 0; } .metabox-prefs .screen-options label { @@ -3144,7 +3142,7 @@ width: 300px; } -/* Theme/Plugin Editor */ +/* Theme/Plugin file editor */ .alignleft h2 { margin: 0; } @@ -3153,7 +3151,6 @@ font-family: Consolas, Monaco, monospace; font-size: 13px; background: #f6f7f7; - -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; } @@ -3197,7 +3194,7 @@ } /* - * Styles for Theme and Plugin editors. + * Styles for Theme and Plugin file editors. */ /* Hide collapsed items. */ @@ -3286,7 +3283,7 @@ .tree-folder > .current-file::before { right: 4px; height: 15px; - width: 0px; + width: 0; border-right: none; top: 3px; } @@ -3381,7 +3378,7 @@ } #templateside li.howto { - padding: 6px 12px 12px 12px; + padding: 6px 12px 12px; } .theme-editor-php .highlight { @@ -3433,7 +3430,7 @@ } .widget-top .widget-action .toggle-indicator:before { - padding: 1px 0px 1px 2px; + padding: 1px 0 1px 2px; border-radius: 50%; } @@ -3828,7 +3825,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%; @@ -3938,7 +3935,7 @@ right: -8px; } .tree-folder > li::before { - top: 0px; + top: 0; height: 13px; } .tree-folder > .current-file::before {