Fixed main topic style on the article settings page
This commit is contained in:
parent
01f33413eb
commit
887c7487ee
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user