# post-carousel/4.0.3/src/components/tabControls/editor.scss

Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog &amp; News, version 4.0.3. 76 lines.

- Page: https://pluginprobe.com/plugins/post-carousel/4.0.3/code/src/components/tabControls/editor.scss
- Raw: https://pluginprobe.com/plugins/post-carousel/4.0.3/raw/src/components/tabControls/editor.scss
- Modified: 2026-04-24T11:48:54+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/post-carousel/4.0.3/code/src/components/tabControls/editor.scss#L10-L20`.

```scss
.sp-smart-post-tab-panel {
  .components-tab-panel__tabs-item:focus:not(:disabled) {
    box-shadow: none;
  }
  .components-tab-panel__tabs {
    justify-content: center;
    padding: 0;
    margin-bottom: 16px;
  }
  .components-tab-panel__tab-content {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
  }
  .components-tab-panel__tabs > button {
    padding: 0;
  }
  .components-tab-panel__tabs button {
    color: #2f2f2f;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    justify-content: center;
    border-bottom: 2px solid #ddd;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .components-tab-panel__tabs button.components-tab-panel__tabs-item:focus {
    border-bottom: 2px solid var(--sp-smart-primary-2-600) !important;
  }
  .components-panel__body-title .components-button:focus:not(:disabled) {
    border-bottom: 0 !important;
  }
  .sp-smart-post-general-tab .components-button:focus:not(:disabled) {
    border-bottom: 2px solid var(--sp-smart-primary-2-600) !important;
  }
  .components-tab-panel__tabs button span {
    display: flex;
    align-items: center;
    svg {
      margin-right: 4px;
      fill: #2f2f2f;
      transition: 0.3s ease-in-out;
    }
  }
  .components-tab-panel__tabs button.active-tab {
    position: relative;
    color: var(--sp-smart-primary-2-600);
    border-bottom: 2px solid var(--sp-smart-primary-2-600) !important;
    &:hover {
      color: var(--sp-smart-primary-2-600);
    }
    span {
      .sp-smart-post-block-icon {
        svg {
          fill: var(--sp-smart-primary-2-600);
        }
      }
    }
  }
  .components-panel__body {
    .components-panel__body-title {
      .components-panel__body-toggle:focus {
        box-shadow: none;
      }
    }
  }
}

.sp-smart-post-tab-panel .components-tab-panel__tabs-item {
  height: 41px !important;
  margin-top: -12px;
}
```
