feat: route UI commands through facade
This commit is contained in:
@@ -342,6 +342,7 @@ button:focus-visible, input:focus-visible, select:focus-visible { outline: 2px s
|
||||
.rail-group-label { width: 100%; overflow: hidden; color: var(--text-muted); font-size: 7px; text-align: center; text-transform: uppercase; letter-spacing: .05em; white-space: nowrap; text-overflow: ellipsis; }
|
||||
.rail-group button { width: 30px; height: 27px; display: grid; place-items: center; border: 1px solid transparent; border-radius: 3px; background: transparent; color: var(--text-muted); cursor: pointer; }
|
||||
.rail-group button:hover { color: var(--cyan); background: var(--cyan-soft); border-color: #2c6568; }
|
||||
.rail-group button:disabled { opacity: .3; cursor: not-allowed; }
|
||||
.model-task-summary { padding: 17px 14px; color: var(--text-muted); }
|
||||
.model-task-summary p { font-size: 11px; line-height: 1.5; margin: 10px 0 15px; }
|
||||
.model-task-summary .button { width: 100%; }
|
||||
|
||||
Reference in New Issue
Block a user