mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-22 07:43:01 +00: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…
Reference in a new issue