Skip to content

Commit

Permalink
fix: Fix the look of popup buttons during processing
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Nov 13, 2024
1 parent 6165bfd commit 05c2de5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/assets/stylesheets/components/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,8 @@
background-color: var(--color-turquoise-2);
border-color: var(--color-turquoise-5);
}

.popup__item[disabled] {
background-color: var(--color-turquoise-2);
border-color: var(--color-turquoise-3);
}

0 comments on commit 05c2de5

Please sign in to comment.