diff --git src/wp-content/themes/twentyseventeen/inc/color-patterns.php src/wp-content/themes/twentyseventeen/inc/color-patterns.php
index 0a20a03..c3913e1 100644
|
|
body.colors-custom, |
316 | 316 | .colors-custom .next.page-numbers:focus, |
317 | 317 | .colors-custom .next.page-numbers:hover, |
318 | 318 | .colors-custom .site-content .wp-playlist-light .wp-playlist-item:hover, |
319 | | .colors-custom .site-content .wp-playlist-light .wp-playlist-item:focus, |
320 | | .colors-custom .customize-partial-edit-shortcut button { |
| 319 | .colors-custom .site-content .wp-playlist-light .wp-playlist-item:focus { |
321 | 320 | background: hsl( ' . esc_attr( $hue ) . ', ' . esc_attr( $saturation ) . ', 46% ); /* base: #767676; */ |
322 | 321 | } |
323 | 322 | |
diff --git src/wp-includes/css/customize-preview.css src/wp-includes/css/customize-preview.css
index 3d623de..e58a051 100644
|
|
|
46 | 46 | min-height: 30px; |
47 | 47 | font-size: 18px; |
48 | 48 | z-index: 5; |
49 | | background-color: #0085ba; |
50 | | background: #0085ba; |
| 49 | background-color: #0085ba !important; |
51 | 50 | -webkit-border-radius: 50%; |
52 | 51 | border-radius: 50%; |
53 | 52 | border: 2px solid #fff; |
… |
… |
|
82 | 81 | } |
83 | 82 | |
84 | 83 | .customize-partial-edit-shortcut button:hover { |
85 | | background: #008ec2; /* matches primary buttons */ |
| 84 | background: #008ec2 !important; /* matches primary buttons */ |
86 | 85 | } |
87 | 86 | |
88 | 87 | .customize-partial-edit-shortcut button:focus { |