
* Fix typography feature, scroll top button fix, slugify fix * build fix, some lint * refactoring, lint
24 lines
341 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|