feat: improve tooltip style (#169)

This commit is contained in:
Guillaume Chau 2022-11-27 13:40:05 +01:00 committed by GitHub
parent 0695e45d37
commit 62221e6e54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,9 +10,13 @@
--at-apply: border-base;
}
.v-popper--theme-tooltip .v-popper__inner {
--at-apply: bg-base text-base rounded border border-base shadow;
--at-apply: bg-base text-base rounded border border-base shadow-sm;
padding: 7px 12px 6px;
}
.v-popper--theme-tooltip .v-popper__arrow-inner {
visibility: visible;
--at-apply: border-bg-base;
}
.v-popper--theme-tooltip .v-popper__arrow-outer {
--at-apply: border-base;
}