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
1 changed files with 2 additions and 18 deletions

View File

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