Skip to content

Commit

Permalink
fix: make tip fully hidden when there is no side and alignment that c…
Browse files Browse the repository at this point in the history
…an be found for it
  • Loading branch information
josias-r committed Nov 4, 2022
1 parent e695815 commit e859e04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ div#boarding-popover-item .boarding-popover-tip {
position: absolute;
border-color: #fff;
}
div#boarding-popover-item
.boarding-popover-tip:not([class^="boarding-tipside-"]):not([class^="boarding-tipalign-"]):not([class*=" boarding-tipalign-"]):not([class*=" boarding-tipalign-"]) {
display: none;
}

/* tb */
div#boarding-popover-item .boarding-popover-tip.boarding-tipside-top {
Expand Down

0 comments on commit e859e04

Please sign in to comment.