Skip to content

Commit 780d1eb

Browse files
committed
feat: remove golden bar on top of tooltips with nested content
1 parent 1fe03c4 commit 780d1eb

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

ui/mods/msu/css/nested_tooltips.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
{
88
height: 2.5rem;
99
}
10-
.msu-nested-tooltip-sources-within
10+
/* .msu-nested-tooltip-sources-within
1111
{
1212
border-top: 3px solid #AC7327;
13-
}
13+
} */
1414
.msu-nested-tooltip-not-hovered
1515
{
1616
-webkit-filter: brightness(50%);

ui/mods/msu/nested_tooltips.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -429,10 +429,6 @@ MSU.NestedTooltip = {
429429
this.startTooltipLocking(tooltipContainer, _sourceContainer);
430430

431431
var nestedSourcesWithin = tooltipContainer.find(".msu-nested-tooltip-source");
432-
if (nestedSourcesWithin.length > 0)
433-
{
434-
tooltipContainer.addClass("msu-nested-tooltip-sources-within");
435-
}
436432

437433
// Add data that we'll want to pass to any nested tooltips, such as entityId
438434
this.TooltipStack.setPassThroughData(_tooltipParams, true);

0 commit comments

Comments
 (0)