backport shoelace#1948

This commit is contained in:
Cory LaViska
2024-05-07 11:43:12 -04:00
parent 1e059c1fb9
commit 39c4bcf3ea
2 changed files with 3 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ New versions of Web Awesome are released as-needed and generally occur when a cr
- Fixed a bug in `<sl-tab-group>` that caused the scroll controls to toggle indefinitely when zoomed in Safari [#1839]
- Fixed a bug in the submenu controller that allowed two submenus to be open at the same time [#1880]
- Fixed a bug in `<sl-input>` that prevented the control from receiving focus when clicking over the clear button
- Fixed a bug in `<sl-tooltip>` that allowed unwanted text properties to leak in [#1947]
## 2.14.0

View File

@@ -42,6 +42,8 @@ export default css`
background-color: var(--wa-color-neutral-spot);
font: inherit;
line-height: var(--wa-line-height-regular);
text-align: start;
white-space: normal;
color: var(--wa-color-neutral-text-on-spot);
padding: var(--wa-space-2xs) var(--wa-space-xs);
user-select: none;