mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
backport shoelace#1948
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user