# top-10/4.4.1/includes/frontend/blocks/src/post-count/editor.scss

WebberZone Top 10 — Popular Posts, version 4.4.1. 34 lines.

- Page: https://pluginprobe.com/plugins/top-10/4.4.1/code/includes/frontend/blocks/src/post-count/editor.scss
- Raw: https://pluginprobe.com/plugins/top-10/4.4.1/raw/includes/frontend/blocks/src/post-count/editor.scss
- Modified: 2026-07-25T17:51:42+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/top-10/4.4.1/code/includes/frontend/blocks/src/post-count/editor.scss#L10-L20`.

```scss
// Frontend styles.
@import 'style.scss';

.tptn-date-picker-container {
  margin-bottom: 16px;

  .components-text {
    display: block;
    margin-bottom: 4px;
  }

  .components-button {
    margin-right: 8px;
  }
}

.wp-block-top-10-post-count.is-selected {
  position: relative;
}

.wp-block-top-10-post-count.is-selected::after {
  bottom: 0;
  content: "";
  left: 0;
  outline-color: var(--wp-admin-theme-color);
  outline-offset: calc((-1 * var(--wp-admin-border-width-focus)) / var(--wp-block-editor-iframe-zoom-out-scale, 1));
  outline-style: solid;
  outline-width: calc(var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1));
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
```
