chore: remove nesting
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
kolaente 2023-04-14 15:56:09 +02:00
parent df7e19bb73
commit fecc72fdcb
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

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