Add active class styling for outliner items

This commit is contained in:
2026-04-15 14:57:27 +02:00
parent 3e39fd7464
commit 3152249091

View File

@@ -497,6 +497,10 @@ button:disabled {
border-color: rgba(207, 123, 66, 0.55);
}
.outliner-item--active {
box-shadow: inset 0 0 0 1px rgba(243, 190, 143, 0.75);
}
.outliner-item--disabled {
border-style: dashed;
}