Ticket #47117: 47117.4.diff
File 47117.4.diff, 3.0 KB (added by , 5 years ago) |
---|
-
src/wp-admin/css/common.css
3057 3057 3058 3058 .js .postbox .handlediv:focus { 3059 3059 box-shadow: none; 3060 outline: none;3060 outline: 1px solid transparent; 3061 3061 } 3062 3062 3063 3063 .js .postbox .handlediv:focus .toggle-indicator:before { … … 3064 3064 box-shadow: 3065 3065 0 0 0 1px #5b9dd9, 3066 3066 0 0 2px 1px rgba(30, 140, 190, 0.8); 3067 outline: 1px solid transparent; 3067 3068 } 3068 3069 3069 3070 /* @todo: appears to be Press This only and overridden */ … … 3384 3385 .sidebar-name:hover .toggle-indicator, 3385 3386 .accordion-section-title:hover:after { 3386 3387 color: #23282d; 3388 outline: 1px solid transparent; 3387 3389 } 3388 3390 3389 3391 .widget-top .widget-action:focus .toggle-indicator:before { … … 3466 3468 } 3467 3469 3468 3470 .accordion-section-title:focus { 3469 outline: none;3471 outline: 1px solid transparent; 3470 3472 } 3471 3473 3472 3474 .accordion-section-title:hover:after, 3473 3475 .accordion-section-title:focus:after { 3474 3476 border-color: #a0a5aa transparent; 3477 outline: 1px solid transparent; 3475 3478 } 3476 3479 3477 3480 .cannot-expand .accordion-section-title { -
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 849 #customize-theme-controls .accordion-section-title:focus .customize-action { 850 outline: 1px solid transparent; 851 outline-offset: 1px; 852 } 849 853 850 854 .customize-panel-back:hover, 851 855 .customize-panel-back:focus, … … 854 858 color: #0073aa; 855 859 background: #f3f3f5; 856 860 border-left-color: #0073aa; 857 outline: none; 861 outline: 2px solid transparent; 862 outline-offset: -2px; 858 863 box-shadow: none; 859 864 } 860 865 … … 2212 2217 color: #0073aa; 2213 2218 background: #f3f3f5; 2214 2219 border-left-color: #0073aa; 2215 outline: none; 2220 outline: 2px solid transparent; 2221 outline-offset: -2px; 2216 2222 box-shadow: none; 2217 2223 } 2218 2224 -
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 {