select2: Add disabled option styling
| @@ -100,6 +100,13 @@ | ||
| 100 | 100 | border: 1px solid var(--SmartThemeBorderColor); |
| 101 | 101 | } |
| 102 | 102 | |
| 103 | +.select2-container .select2-results .select2-results__option--disabled { | |
| 104 | + color: inherit; | |
| 105 | + background-color: inherit; | |
| 106 | + cursor: not-allowed; | |
| 107 | + filter: brightness(0.5); | |
| 108 | +} | |
| 109 | + | |
| 103 | 110 | .select2-container .select2-selection--multiple .select2-selection__choice, |
| 104 | 111 | .select2-container .select2-selection--single .select2-selection__choice { |
| 105 | 112 | border-radius: 5px; |