mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 01:19:57 +00:00
feat: improve tooltip style (#169)
This commit is contained in:
parent
0695e45d37
commit
62221e6e54
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue