mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
Closes #7936
- Remove `c-menu` from Tooltip. - Tooltip component tweaks.
This commit is contained in:
parent
638b03c17d
commit
8c72e4a062
@ -22,7 +22,7 @@ at runtime from the About dialog for additional information.
|
||||
<template>
|
||||
<div
|
||||
ref="tooltip-wrapper"
|
||||
class="c-menu c-tooltip-wrapper"
|
||||
class="c-tooltip-wrapper"
|
||||
:class="cssClasses"
|
||||
:style="toolTipLocationStyle"
|
||||
role="tooltip"
|
||||
|
@ -1,10 +1,13 @@
|
||||
.c-tooltip-wrapper {
|
||||
@include menuOuter();
|
||||
max-width: 200px;
|
||||
height: auto;
|
||||
width: auto;
|
||||
padding: $interiorMargin;
|
||||
padding: $interiorMargin $interiorMarginLg;
|
||||
overflow-wrap: break-word;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.c-tooltip {
|
||||
|
Loading…
Reference in New Issue
Block a user