diff --git a/src/wp-admin/css/color-picker.css b/src/wp-admin/css/color-picker.css
index 9869ccb2cc..f49af53478 100644
|
a
|
b
|
|
| 118 | 118 | |
| 119 | 119 | .iris-picker .ui-square-handle:focus, |
| 120 | 120 | .iris-picker .iris-strip .ui-slider-handle:focus { |
| 121 | | box-shadow: |
| 122 | | 0 0 0 1px #5b9dd9, |
| 123 | | 0 0 2px 1px rgba(30, 140, 190, 0.8); |
| | 121 | border-color: #007cba; |
| | 122 | border-style: solid; |
| | 123 | box-shadow: 0 0 0 1px #007cba; |
| | 124 | outline: 2px solid transparent; |
| 124 | 125 | } |
| 125 | 126 | |
| 126 | 127 | .iris-picker .iris-palette:focus { |
| 127 | | box-shadow: |
| 128 | | inset 0 0 5px rgba(0, 0, 0, 0.4), |
| 129 | | 0 0 0 1px #5b9dd9, |
| 130 | | 0 0 2px 1px rgba(30, 140, 190, 0.8); |
| | 128 | box-shadow: 0 0 0 2px #007cba; |
| 131 | 129 | } |
| 132 | 130 | |
| 133 | 131 | @media screen and (max-width: 782px) { |
diff --git a/src/wp-admin/css/customize-controls.css b/src/wp-admin/css/customize-controls.css
index fbc6411488..e6e99ff357 100644
|
a
|
b
|
p.customize-section-description { |
| 1399 | 1399 | |
| 1400 | 1400 | .customize-control .attachment-media-view .button-add-media:focus { |
| 1401 | 1401 | background-color: #fbfbfc; |
| | 1402 | border-color: #007cba; |
| 1402 | 1403 | border-style: solid; |
| 1403 | | border-color: #5b9dd9; |
| 1404 | | box-shadow: 0 0 3px rgba( 0, 115, 170, .8 ); |
| 1405 | | /* Only visible in Windows High Contrast mode */ |
| | 1404 | box-shadow: 0 0 0 1px #007cba; |
| 1406 | 1405 | outline: 2px solid transparent; |
| 1407 | | outline-offset: -2px; |
| 1408 | 1406 | } |
| 1409 | 1407 | |
| 1410 | 1408 | .customize-control-header .inner { |