Skip to content

Commit

Permalink
Merge pull request #12264 from rak-phillip/bugfix/12197-tooltip-arrow
Browse files Browse the repository at this point in the history
Remove custom positioning of tooltip arrows
  • Loading branch information
rak-phillip authored Oct 15, 2024
2 parents 0f723dd + e37e122 commit c8e9aeb
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions shell/assets/styles/global/_tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
}

.v-popper__arrow-container {
width: 0;
height: 0;
border: 0 solid transparent;
position: absolute;
z-index: 1;

.v-popper__arrow-inner {
Expand All @@ -30,9 +27,7 @@
.v-popper__arrow-container {

.v-popper__arrow-outer {
border-bottom-width: 0;
border-top-color: var(--tooltip-bg);
left: -$triangle-inner-size;
}
}
}
Expand All @@ -42,9 +37,7 @@
.v-popper__arrow-container {

.v-popper__arrow-outer {
border-top-width: 0;
border-bottom-color: var(--tooltip-bg);
left: -$triangle-inner-size;
background: transparent;
}
}
Expand All @@ -55,8 +48,6 @@

.v-popper__arrow-outer {
border-right-color: var(--tooltip-bg);
top: -$triangle-inner-size;
border-left-width: 0;
}
}
}
Expand All @@ -65,9 +56,7 @@
.v-popper__arrow-container {

.v-popper__arrow-outer {
border-right-width: 0;
border-left-color: var(--tooltip-bg);
top: -$triangle-inner-size;
}
}
}
Expand Down Expand Up @@ -173,4 +162,4 @@
//icon tooltip
.icon-info.v-popper--has-tooltip {
font-size: 14px;
}
}

0 comments on commit c8e9aeb

Please sign in to comment.