webapp/src/components/Editor/TopicSelect/TopicSelect.module.scss

14 lines
199 B
SCSS
Raw Normal View History

2023-05-10 20:20:53 +00:00
.selectedItem {
cursor: pointer;
&.mainTopic {
cursor: default;
background: #000;
color: #ccc;
+ :global(.solid-select-multi-value-remove) {
background: #000;
}
}
}