Consolidate property control menu into own component

This commit is contained in:
Julian Stirling 2026-07-01 14:57:28 +01:00
parent a2ebed1006
commit 697a121275
6 changed files with 109 additions and 161 deletions

View file

@ -315,6 +315,12 @@
cursor: pointer;
color: @global-color;
}
.ofm-hidden-link.disabled{
cursor: default;
color: @global-muted-color;
}
.hook-inverse() {
.ofm-hidden-link{
color: @inverse-global-color;