| @@ -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 |
| @@ -93,22 +87,18 @@ | ||
| 93 | 87 | * Creates a checkerboard pattern background to indicate transparency. |
| 94 | 88 | * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px. |
| 95 | 89 | */ |
| 96 | 90 | .block-library-query-pattern__selection-modal .block-editor-block-patterns-list { |
| 97 | - -moz-column-count: 2; | |
| 98 | - column-count: 2; | |
| 99 | - -moz-column-gap: 24px; | |
| 100 | - column-gap: 24px; | |
| 91 | + column-count: 2; | |
| 92 | + column-gap: 24px; | |
| 101 | 93 | } |
| 102 | 94 | @media (min-width: 1280px) { |
| 103 | 95 | .block-library-query-pattern__selection-modal .block-editor-block-patterns-list { |
| 104 | - -moz-column-count: 3; | |
| 105 | - column-count: 3; | |
| 96 | + column-count: 3; | |
| 106 | 97 | } |
| 107 | 98 | } |
| 108 | 99 | .block-library-query-pattern__selection-modal .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item { |
| 109 | - -moz-column-break-inside: avoid; | |
| 110 | - break-inside: avoid-column; | |
| 100 | + break-inside: avoid-column; | |
| 111 | 101 | } |
| 112 | 102 | .block-library-query-pattern__selection-modal .block-library-query-pattern__selection-search { |
| 113 | 103 | background: #fff; |
| 114 | 104 | position: sticky; |