FIX: Tweak right arrow position; set other arrow placements to default (#22848)

This commit is contained in:
Ella E 2023-07-28 08:58:34 -06:00 committed by GitHub
parent e67fe1d07c
commit 9e4c747657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
.tippy-box[data-theme="user-tip"] {
background-color: var(--tertiary);
color: var(--secondary);
border-color: var(--tertiary);
.btn-flat {
color: var(--secondary);
@ -53,23 +52,8 @@
}
}
.tippy-box[data-theme~="user-tips"][data-placement^="left"]
> .tippy-svg-arrow
> svg {
left: 12px;
}
.tippy-box[data-theme~="user-tips"][data-placement^="top"]
> .tippy-svg-arrow
> svg {
top: 12px;
}
.tippy-box[data-theme~="user-tips"][data-placement^="bottom"]
> .tippy-svg-arrow
> svg {
top: -14px;
left: -1px;
.tippy-box[data-placement^="left"] > .tippy-svg-arrow {
right: -1px;
}
.tippy-box[data-theme~="user-tips"] > .tippy-svg-arrow:after,