Fix hidden gutter cell expand icons still having a tooltip
This commit is contained in:
parent
01ada56686
commit
2f97787dfb
|
@ -113,11 +113,15 @@
|
|||
}
|
||||
.expand {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
margin-right: 4px;
|
||||
}
|
||||
.expand :global(.spectrum-Icon) {
|
||||
pointer-events: none;
|
||||
}
|
||||
.expand.visible {
|
||||
opacity: 1;
|
||||
}
|
||||
.expand.visible :global(.spectrum-Icon) {
|
||||
pointer-events: all;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue