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

24 lines
341 B
SCSS
Raw Normal View History

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