Skip to content

Commit

Permalink
no more tomatoes (#1836)
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Jan 24, 2024
1 parent beea96b commit a4c49e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/pages/resources/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Components with the <sl-badge variant="warning" pill>Experimental</sl-badge> bad

New versions of Shoelace are released as-needed and generally occur when a critical mass of changes have accumulated. At any time, you can see what's coming in the next release by visiting [next.shoelace.style](https://next.shoelace.style).

## 2.13.1

- Fixed a bug where the safe triangle was always visible when selecting nested `<sl-menu>` elements [#1835]

## 2.13.0

- Added the `hover-bridge` feature to `<sl-popup>` to support better tooltip accessibility [#1734]
Expand Down
1 change: 0 additions & 1 deletion src/components/menu-item/menu-item.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export default css`
right: 0;
bottom: 0;
left: 0;
background: tomato;
clip-path: polygon(
var(--safe-triangle-cursor-x, 0) var(--safe-triangle-cursor-y, 0),
var(--safe-triangle-submenu-start-x, 0) var(--safe-triangle-submenu-start-y, 0),
Expand Down

0 comments on commit a4c49e9

Please sign in to comment.