Skip to content

Commit

Permalink
Keep text shown
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchray committed Nov 3, 2023
1 parent 468b0b9 commit a2b7816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/menu-item/menu-item.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export default css`
.menu-item--loading .menu-item__label,
.menu-item--loading .menu-item__suffix,
.menu-item--loading .menu-item__check {
visibility: hidden;
opacity: 0.5;
}
.menu-item--loading sl-spinner {
Expand All @@ -163,6 +163,6 @@ export default css`
height: 1em;
width: 1em;
top: calc(50% - 0.5em);
left: calc(50% - 0.5em);
left: 0.45em;
}
`;

0 comments on commit a2b7816

Please sign in to comment.