| @@ -67,14 +67,8 @@ | ||
| 67 | 67 | /** |
| 68 | 68 | * Focus styles. |
| 69 | 69 | */ |
| 70 | 70 | /** |
| 71 | - * Standard focus rings for the WordPress Design System. | |
| 72 | - * | |
| 73 | - * Apply `outset-ring__focus` inside the relevant pseudo-class at the call site, | |
| 74 | - * e.g. `&:focus { @include outset-ring__focus(); }`. | |
| 75 | - */ | |
| 76 | -/** | |
| 77 | 71 | * Applies editor left position to the selector passed as argument |
| 78 | 72 | */ |
| 79 | 73 | /** |
| 80 | 74 | * Styles that are reused verbatim in a few places |
| @@ -216,9 +210,9 @@ | ||
| 216 | 210 | margin: 0 0 2rem 0; |
| 217 | 211 | } |
| 218 | 212 | .customize-widgets-keyboard-shortcut-help-modal__section-title { |
| 219 | 213 | font-size: 0.9rem; |
| 220 | - font-weight: var(--wpds-typography-font-weight-emphasis, 600); | |
| 214 | + font-weight: 600; | |
| 221 | 215 | } |
| 222 | 216 | .customize-widgets-keyboard-shortcut-help-modal__shortcut { |
| 223 | 217 | display: flex; |
| 224 | 218 | align-items: baseline; |
| @@ -232,9 +226,9 @@ | ||
| 232 | 226 | .customize-widgets-keyboard-shortcut-help-modal__shortcut:empty { |
| 233 | 227 | display: none; |
| 234 | 228 | } |
| 235 | 229 | .customize-widgets-keyboard-shortcut-help-modal__shortcut-term { |
| 236 | - font-weight: var(--wpds-typography-font-weight-emphasis, 600); | |
| 230 | + font-weight: 600; | |
| 237 | 231 | margin: 0 0 0 1rem; |
| 238 | 232 | text-align: right; |
| 239 | 233 | } |
| 240 | 234 | .customize-widgets-keyboard-shortcut-help-modal__shortcut-description { |
| @@ -282,9 +276,9 @@ | ||
| 282 | 276 | height: auto; |
| 283 | 277 | } |
| 284 | 278 | .wrap .customize-widgets-welcome-guide__heading { |
| 285 | 279 | font-size: 18px; |
| 286 | - font-weight: var(--wpds-typography-font-weight-emphasis, 600); | |
| 280 | + font-weight: 600; | |
| 287 | 281 | } |
| 288 | 282 | .customize-widgets-welcome-guide__text { |
| 289 | 283 | line-height: 1.7; |
| 290 | 284 | } |