mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 11:44:49 +08:00
FIX: Tweak right arrow position; set other arrow placements to default (#22848)
This commit is contained in:
parent
e67fe1d07c
commit
9e4c747657
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user