mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-16 18:25:04 -06:00
SDA-4350 - Fix spacing and style of tooltip (#2010)
This commit is contained in:
parent
d451b4f7ff
commit
ee7ce7d5a5
@ -309,19 +309,20 @@ text {
|
||||
left: 50%;
|
||||
width: auto;
|
||||
max-width: 200px;
|
||||
min-width: 200px;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
height: auto;
|
||||
transform: translateX(-50%);
|
||||
opacity: 0;
|
||||
font-family: @font-family;
|
||||
transition: opacity 0.3s, visibility 0.3s;
|
||||
}
|
||||
|
||||
.tooltip-primary {
|
||||
bottom: 50%;
|
||||
transform: translateX(-50%) translateY(calc(-100% - 2px));
|
||||
}
|
||||
.tooltip-secondary {
|
||||
bottom: 40%;
|
||||
transform: translateX(-50%) translateY(calc(-100% - 20px));
|
||||
}
|
||||
|
||||
.tooltip-trigger {
|
||||
|
Loading…
Reference in New Issue
Block a user