add --padding to tab panel

This commit is contained in:
Cory LaViska
2021-10-04 09:29:14 -04:00
parent ebd84642e1
commit e12ee97bd9
5 changed files with 22 additions and 5 deletions

View File

@@ -229,10 +229,6 @@ strong {
margin-bottom: 0;
}
.markdown-section sl-tab-panel::part(base) {
padding: var(--sl-spacing-medium) 0;
}
.docsify-pagination-container {
border-top-color: rgb(var(--sl-color-neutral-200)) !important;
}

View File

@@ -16,6 +16,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Added `--sl-surface-base` and `--sl-surface-base-alt` as early surface tokens to improve the appearance of alert, card, and panels in dark mode
- Added the `--sl-panel-border-width` design token
- Added missing background color to `<sl-details>`
- ADded the `--padding` custom property to `<sl-tab-panel>`
- Added the `outline` variation to `<sl-button>` [#522](https://github.com/shoelace-style/shoelace/issues/522)
- Added the `filled` variation to `<sl-input>`, `<sl-textarea>`, and `<sl-select>` and supporting design tokens
- Added the `control` part to `<sl-select>` so you can target the main control with CSS [#538](https://github.com/shoelace-style/shoelace/issues/538)