forked from verdnatura/salix-front
refs #6935 perf: improve css class to handle content after
This commit is contained in:
parent
adc290da6d
commit
8ad2aed994
|
@ -188,7 +188,8 @@ const emit = defineEmits(['onFetch']);
|
|||
.label {
|
||||
color: var(--vn-label);
|
||||
font-size: 12px;
|
||||
::after {
|
||||
|
||||
&:not(:has(a))::after {
|
||||
content: ':';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue