14 lines
199 B
SCSS
14 lines
199 B
SCSS
![]() |
.selectedItem {
|
||
|
cursor: pointer;
|
||
|
|
||
|
&.mainTopic {
|
||
|
cursor: default;
|
||
|
background: #000;
|
||
|
color: #ccc;
|
||
|
|
||
|
+ :global(.solid-select-multi-value-remove) {
|
||
|
background: #000;
|
||
|
}
|
||
|
}
|
||
|
}
|