Fixed main topic style on the article settings page

This commit is contained in:
kvakazyambra 2023-05-10 23:52:11 +03:00
parent 01f33413eb
commit 887c7487ee
2 changed files with 26 additions and 2 deletions

View File

@ -3,11 +3,21 @@
&.mainTopic {
cursor: default;
background: #000;
color: #ccc;
&,
+ :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;
}
}
}

View File

@ -204,9 +204,23 @@ h5 {
}
:global(.solid-select-multi-value) {
background: none;
margin: 0 0.5rem 0.5rem 0;
overflow: hidden;
padding-left: 0.8rem;
padding-bottom: 0.2rem;
position: relative;
&:before {
background: rgb(243, 244, 246);
content: '';
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
}
:global(.solid-select-multi-value-remove) {