webapp/src/components/Editor/TopicSelect/TopicSelect.module.scss
Igor Lobanov 47d14b0a5d
Fix typography feature, scroll top button fix, slugify fix (#93)
* Fix typography feature, scroll top button fix, slugify fix

* build fix, some lint

* refactoring, lint
2023-05-12 15:03:46 +02:00

24 lines
341 B
SCSS

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