fix: improve tooltip icon contrast

This commit is contained in:
kolaente 2023-04-12 10:05:18 +02:00 committed by konrad
parent bd60a680af
commit c9cd16a791

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>