2023-05-10 20:20:53 +00:00
|
|
|
.selectedItem {
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
&.mainTopic {
|
|
|
|
cursor: default;
|
|
|
|
|
2023-05-10 20:52:11 +00:00
|
|
|
&,
|
2023-05-10 20:20:53 +00:00
|
|
|
+ :global(.solid-select-multi-value-remove) {
|
2023-05-10 20:52:11 +00:00
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:before {
|
2023-05-10 20:20:53 +00:00
|
|
|
background: #000;
|
2023-05-10 20:52:11 +00:00
|
|
|
content: '';
|
|
|
|
height: 100%;
|
|
|
|
left: 0;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
z-index: -1;
|
2023-05-10 20:20:53 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|