1
0
Fork 0
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:
Bogdan 2023-09-04 20:29:03 +03:00 committed by GitHub
parent 3f0e8ce863
commit 229a4bba05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,10 @@
&:hover {
background-color: var(--inputHoverBackgroundColor);
}
&.isDisabled {
cursor: not-allowed;
}
}
.optionCheck {