fix: tooltip text color (#3866)
This commit is contained in:
parent
14b1ff79e0
commit
1c1631f131
@ -884,7 +884,7 @@ a,
|
|||||||
.v-popper--theme-tooltip {
|
.v-popper--theme-tooltip {
|
||||||
.v-popper__inner {
|
.v-popper__inner {
|
||||||
background: var(--color-tooltip-bg) !important;
|
background: var(--color-tooltip-bg) !important;
|
||||||
color: initial !important;
|
color: var(--color-tooltip-text) !important;
|
||||||
padding: 0.5rem 0.5rem !important;
|
padding: 0.5rem 0.5rem !important;
|
||||||
border-radius: var(--radius-sm) !important;
|
border-radius: var(--radius-sm) !important;
|
||||||
filter: drop-shadow(5px 5px 0.8rem rgba(0, 0, 0, 0.35));
|
filter: drop-shadow(5px 5px 0.8rem rgba(0, 0, 0, 0.35));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user