Skip to content

Commit

Permalink
Add context menu style for disabled items
Browse files Browse the repository at this point in the history
  • Loading branch information
bogiii committed Dec 23, 2024
1 parent 766764c commit 84cbe49
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,11 @@
fill: var(--color-text-inverted);
}
}

&[disabled] {
svg {
fill: var(--color-neutral-20) !important;
}
}
}
}

0 comments on commit 84cbe49

Please sign in to comment.