File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 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% );
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments