fix: tooltip border
This commit is contained in:
parent
7fad5e81d8
commit
28ff4d8a45
1 changed files with 2 additions and 2 deletions
|
|
@ -99,6 +99,7 @@ defineProps<{
|
|||
}
|
||||
|
||||
.tooltip .tooltip-text {
|
||||
border: 1px solid var(--_bg-box-content);
|
||||
width: 250px;
|
||||
height: 200px;
|
||||
background-color: var(--_bg-tooltip-branch);
|
||||
|
|
@ -120,8 +121,7 @@ defineProps<{
|
|||
left: var(--_main-page-branch-tooltip);
|
||||
border-width: 8px;
|
||||
border-style: solid;
|
||||
border-color: var(--_bg-tooltip-branch-arrow) transparent transparent
|
||||
transparent;
|
||||
border-color: var(--_bg-box-content) transparent transparent transparent;
|
||||
transform: rotate(270deg);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue