← All changes
|
includes/frontend/blocks/src/post-count/editor.scss
+23
-23
4.3.4
→
4.5.1
View file →
| @@ -1,34 +1,34 @@ | ||
| 1 | 1 | // Frontend styles. |
| 2 | -@import 'style.scss'; | |
| 2 | +@use "style"; | |
| 3 | 3 | |
| 4 | 4 | .tptn-date-picker-container { |
| 5 | - margin-bottom: 16px; | |
| 5 | + margin-bottom: 16px; | |
| 6 | 6 | |
| 7 | - .components-text { | |
| 8 | - display: block; | |
| 9 | - margin-bottom: 4px; | |
| 10 | - } | |
| 7 | + .tptn-date-picker-label { | |
| 8 | + display: block; | |
| 9 | + margin-bottom: 4px; | |
| 10 | + } | |
| 11 | 11 | |
| 12 | - .components-button { | |
| 13 | - margin-right: 8px; | |
| 14 | - } | |
| 12 | + .components-button { | |
| 13 | + margin-right: 8px; | |
| 14 | + } | |
| 15 | 15 | } |
| 16 | 16 | |
| 17 | 17 | .wp-block-top-10-post-count.is-selected { |
| 18 | - position: relative; | |
| 18 | + position: relative; | |
| 19 | 19 | } |
| 20 | 20 | |
| 21 | 21 | .wp-block-top-10-post-count.is-selected::after { |
| 22 | - bottom: 0; | |
| 23 | - content: ""; | |
| 24 | - left: 0; | |
| 25 | - outline-color: var(--wp-admin-theme-color); | |
| 26 | - outline-offset: calc((-1 * var(--wp-admin-border-width-focus)) / var(--wp-block-editor-iframe-zoom-out-scale, 1)); | |
| 27 | - outline-style: solid; | |
| 28 | - outline-width: calc(var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1)); | |
| 29 | - pointer-events: none; | |
| 30 | - position: absolute; | |
| 31 | - right: 0; | |
| 32 | - top: 0; | |
| 33 | - z-index: 1; | |
| 34 | -} | |
| 22 | + bottom: 0; | |
| 23 | + content: ""; | |
| 24 | + left: 0; | |
| 25 | + outline-color: var(--wp-admin-theme-color); | |
| 26 | + outline-offset: calc((-1 * var(--wp-admin-border-width-focus)) / var(--wp-block-editor-iframe-zoom-out-scale, 1)); | |
| 27 | + outline-style: solid; | |
| 28 | + outline-width: calc(var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1)); | |
| 29 | + pointer-events: none; | |
| 30 | + position: absolute; | |
| 31 | + right: 0; | |
| 32 | + top: 0; | |
| 33 | + z-index: 1; | |
| 34 | +} | |