Skip to content

Commit

Permalink
feat(frontend): 🎸 strike-though disabled user menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
apttx committed Jan 9, 2025
1 parent f152386 commit c47ee60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/lib/components/UserMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@
padding-inline: 1.5rem;
padding-block: 0.75rem;
&[data-disabled] {
color: inherit !important;
text-decoration: line-through;
}
&[data-state='open'] {
color: var(--colorOrange0);
}
Expand Down

0 comments on commit c47ee60

Please sign in to comment.