fix: improve tooltip icon contrast

This commit is contained in:
kolaente 2023-04-12 10:05:18 +02:00 committed by konrad
parent 2c9693a83e
commit a6cdf6c4bd
1 changed files with 1 additions and 0 deletions

View File

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