Enhance App.tsx with new functions and UI elements for asset management and entity state control
This commit is contained in:
@@ -486,6 +486,14 @@ button:disabled {
|
||||
border-color: rgba(207, 123, 66, 0.55);
|
||||
}
|
||||
|
||||
.outliner-item--disabled {
|
||||
border-style: dashed;
|
||||
}
|
||||
|
||||
.outliner-item--disabled:not(.outliner-item--selected) {
|
||||
background: rgba(255, 255, 255, 0.02);
|
||||
}
|
||||
|
||||
.outliner-item--compact {
|
||||
gap: 6px;
|
||||
padding: 8px 10px;
|
||||
@@ -499,6 +507,14 @@ button:disabled {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.outliner-item__toggle {
|
||||
flex: 0 0 auto;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin: 0;
|
||||
accent-color: var(--color-accent);
|
||||
}
|
||||
|
||||
.outliner-item__title {
|
||||
font-size: 0.88rem;
|
||||
font-weight: 700;
|
||||
|
||||
Reference in New Issue
Block a user