| @@ -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 |
| @@ -97,12 +91,11 @@ | ||
| 97 | 91 | margin-left: auto; |
| 98 | 92 | margin-right: auto; |
| 99 | 93 | } |
| 100 | 94 | |
| 101 | -.editor-styles-wrapper { | |
| 95 | +html :where(.editor-styles-wrapper) { | |
| 102 | 96 | padding: 8px; |
| 103 | 97 | } |
| 104 | - | |
| 105 | 98 | html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block[data-align=full] { |
| 106 | 99 | margin-left: -8px; |
| 107 | 100 | margin-right: -8px; |
| 108 | 101 | } |