Ticket #47117: 47117.3.diff
File 47117.3.diff, 2.6 KB (added by , 5 years ago) |
---|
-
src/wp-admin/css/common.css
3041 3041 3042 3042 .js .postbox .handlediv:focus { 3043 3043 box-shadow: none; 3044 outline: none;3044 outline: 1px solid transparent; 3045 3045 } 3046 3046 3047 3047 .js .postbox .handlediv:focus .toggle-indicator:before { … … 3048 3048 box-shadow: 3049 3049 0 0 0 1px #5b9dd9, 3050 3050 0 0 2px 1px rgba(30, 140, 190, 0.8); 3051 outline: 1px solid transparent; 3051 3052 } 3052 3053 3053 3054 /* @todo: appears to be Press This only and overridden */ … … 3368 3369 .sidebar-name:hover .toggle-indicator, 3369 3370 .accordion-section-title:hover:after { 3370 3371 color: #23282d; 3372 outline: 1px solid transparent; 3371 3373 } 3372 3374 3373 3375 .widget-top .widget-action:focus .toggle-indicator:before { … … 3450 3452 } 3451 3453 3452 3454 .accordion-section-title:focus { 3453 outline: none;3455 outline: 1px solid transparent; 3454 3456 } 3455 3457 3456 3458 .accordion-section-title:hover:after, -
src/wp-admin/css/customize-controls.css
842 842 background: #fff; 843 843 color: #0073aa; 844 844 border-top-color: #0073aa; 845 outline: none;845 outline: 1px solid transparent; 846 846 box-shadow: none; 847 847 } 848 848 … … 854 854 color: #0073aa; 855 855 background: #f3f3f5; 856 856 border-left-color: #0073aa; 857 outline: none;857 outline: 1px solid transparent; 858 858 box-shadow: none; 859 859 } 860 860 … … 2212 2212 color: #0073aa; 2213 2213 background: #f3f3f5; 2214 2214 border-left-color: #0073aa; 2215 outline: none;2215 outline: 1px solid transparent; 2216 2216 box-shadow: none; 2217 2217 } 2218 2218 -
src/wp-admin/css/customize-nav-menus.css
269 269 270 270 .customize-screen-options-toggle:focus, 271 271 #customize-controls .customize-info .customize-help-toggle:focus { 272 outline: none;272 outline: 1px solid transparent; 273 273 } 274 274 275 275 .customize-screen-options-toggle:before { -
src/wp-admin/css/widgets.css
25 25 padding: 10px; 26 26 background: none; 27 27 cursor: pointer; 28 outline: none;29 28 } 30 29 31 30 .widget-title h3, … … 324 323 325 324 .sidebar-name .handlediv:focus { 326 325 box-shadow: none; 327 outline: none;326 outline: 1px solid transparent; 328 327 } 329 328 330 329 #widgets-left .sidebar-name .toggle-indicator {