fix: improve tooltip icon contrast

This commit is contained in:
kolaente 2023-04-12 10:05:18 +02:00
parent 8dfc0ed55d
commit babc661e22
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
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>