chore: remove nesting

This commit is contained in:
kolaente 2023-04-14 15:56:09 +02:00 committed by konrad
parent c294f9d28d
commit a4c8fccb11
1 changed files with 5 additions and 4 deletions

View File

@ -116,9 +116,10 @@ const prefixes = computed(() => PREFIXES[mode.value])
.show-helper-text {
right: 0;
pointer-events: auto !important;
&.is-highlighted {
color: inherit !important;
}
}
.is-highlighted {
color: inherit !important;
}
</style>