Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Fix disabled state not working for dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ppacher committed Feb 2, 2022
1 parent 7fd33fd commit 6b773ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/portmaster/src/app/shared/dropdown/dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
display: inline-block;
width: fit-content;

&:disabled {
&.disabled {
button {
cursor: not-allowed;
@apply opacity-75;

&:hover {
@apply bg-gray-400;
}
}
}
}
Expand Down

0 comments on commit 6b773ff

Please sign in to comment.