Ticket #47117: 47117.2.diff
File 47117.2.diff, 2.4 KB (added by , 5 years ago) |
---|
-
src/wp-admin/css/common.css
3068 3068 3069 3069 .js .postbox .handlediv:focus { 3070 3070 box-shadow: none; 3071 outline: none;3071 outline: 1px solid transparent; 3072 3072 } 3073 3073 3074 3074 .js .postbox .handlediv:focus .toggle-indicator:before { 3075 3075 box-shadow: 3076 3076 0 0 0 1px #5b9dd9, 3077 3077 0 0 2px 1px rgba(30, 140, 190, 0.8); 3078 outline: 1px solid transparent; 3078 3079 } 3079 3080 3080 3081 /* @todo: appears to be Press This only and overridden */ … … 3395 3396 .sidebar-name:hover .toggle-indicator, 3396 3397 .accordion-section-title:hover:after { 3397 3398 color: #23282d; 3399 outline: 1px solid transparent; 3398 3400 } 3399 3401 3400 3402 .widget-top .widget-action:focus .toggle-indicator:before { … … 3477 3479 } 3478 3480 3479 3481 .accordion-section-title:focus { 3480 outline: none;3482 outline: 1px solid transparent; 3481 3483 } 3482 3484 3483 3485 .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 -
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, … … 318 317 319 318 .sidebar-name .handlediv:focus { 320 319 box-shadow: none; 321 outline: none;320 outline: 1px solid transparent; 322 321 } 323 322 324 323 #widgets-left .sidebar-name .toggle-indicator {