mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 22:07:07 -04:00
Use not allowed cursor for disabled select options
This commit is contained in:
parent
3f0e8ce863
commit
229a4bba05
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
|||
&:hover {
|
||||
background-color: var(--inputHoverBackgroundColor);
|
||||
}
|
||||
|
||||
&.isDisabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
|
||||
.optionCheck {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue