Ticket #34904: 34904.16.diff
File 34904.16.diff, 3.1 KB (added by , 5 years ago) |
---|
-
src/wp-admin/css/common.css
272 272 a:focus .media-icon img, 273 273 .wp-person a:focus .gravatar { 274 274 color: #124964; 275 outline: 1px dotted #555d66; 275 box-shadow: 276 0 0 0 1px #5b9dd9, 277 0 0 2px 1px rgba(30, 140, 190, 0.8); 278 /* Only visible in Windows High Contrast mode */ 279 outline: 1px solid transparent; 276 280 } 277 281 278 282 .ie8 a:focus { … … 280 284 } 281 285 282 286 #adminmenu a:focus { 283 outline: 1px dotted #555d66; 287 box-shadow: none; 288 /* Only visible in Windows High Contrast mode */ 289 outline: 1px solid transparent; 284 290 outline-offset: -1px; 285 291 } 286 292 … … 833 839 } 834 840 835 841 .tagchecklist .ntdelbutton:focus .remove-tag-icon:before { 836 outline: 1px dotted #555d66; 842 box-shadow: 843 0 0 0 1px #5b9dd9, 844 0 0 2px 1px rgba(30, 140, 190, 0.8); 837 845 } 838 846 839 847 .key-labels label { … … 1429 1437 } 1430 1438 1431 1439 .notice-dismiss:focus { 1432 outline: 1px dotted #555d66; 1440 outline: none; 1441 box-shadow: 1442 0 0 0 1px #5b9dd9, 1443 0 0 2px 1px rgba(30, 140, 190, 0.8); 1433 1444 } 1434 1445 1435 1446 .ie8 .notice-dismiss:focus { … … 3062 3073 } 3063 3074 3064 3075 .js .postbox .handlediv:focus .toggle-indicator:before { 3065 outline: 1px dotted #555d66; 3076 box-shadow: 3077 0 0 0 1px #5b9dd9, 3078 0 0 2px 1px rgba(30, 140, 190, 0.8); 3066 3079 } 3067 3080 3068 3081 /* @todo: appears to be Press This only and overridden */ … … 3157 3170 } 3158 3171 [role="treeitem"] .folder-label.focus { 3159 3172 color: #124964; 3160 outline: 1px dotted #555d66; 3173 box-shadow: 3174 0 0 0 1px #5b9dd9, 3175 0 0 2px 1px rgba(30, 140, 190, 0.8); 3161 3176 } 3162 3177 [role="treeitem"].hover, 3163 3178 [role="treeitem"] .folder-label.hover { … … 3384 3399 } 3385 3400 3386 3401 .widget-top .widget-action:focus .toggle-indicator:before { 3387 outline: 1px dotted #555d66; 3402 box-shadow: 3403 0 0 0 1px #5b9dd9, 3404 0 0 2px 1px rgba(30, 140, 190, 0.8); 3388 3405 } 3389 3406 3390 3407 .control-section .accordion-section-title:after, -
src/wp-admin/css/login.css
32 32 33 33 a:focus { 34 34 color: #124964; 35 outline: 1px dotted #555d66; 35 box-shadow: 36 0 0 0 1px #5b9dd9, 37 0 0 2px 1px rgba(30, 140, 190, 0.8); 36 38 } 37 39 38 40 p { -
src/wp-admin/css/themes.css
176 176 } 177 177 178 178 .theme-browser .theme:focus { 179 outline: 1px dotted #555d66; 179 border-color: #5b9dd9; 180 box-shadow: 0 0 2px rgba(30, 140, 190, 0.8); 180 181 } 181 182 182 183 .theme-browser .theme:focus .more-details { -
src/wp-includes/css/buttons.css
211 211 212 212 .wp-core-ui .button-link:focus { 213 213 color: #124964; 214 outline: 1px dotted #555d66; 214 box-shadow: 215 0 0 0 1px #5b9dd9, 216 0 0 2px 1px rgba(30, 140, 190, 0.8); 217 /* Only visible in Windows High Contrast mode */ 218 outline: 1px solid transparent; 215 219 } 216 220 217 221 .wp-core-ui .button-link-delete {