Harden grid deletion and BMK validation
This commit is contained in:
@@ -382,6 +382,16 @@ body {
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
.tree-grid .cell-invalid {
|
||||
outline: 2px solid #c2410c;
|
||||
outline-offset: -2px;
|
||||
background: #fff7ed !important;
|
||||
}
|
||||
|
||||
.tree-grid .cell-invalid input {
|
||||
border-color: #c2410c;
|
||||
}
|
||||
|
||||
.tree-grid input {
|
||||
width: 100%;
|
||||
min-width: 5rem;
|
||||
@@ -486,6 +496,18 @@ body {
|
||||
border-color: #f5b5b5;
|
||||
}
|
||||
|
||||
.notice.warning {
|
||||
background: #fff7ed;
|
||||
border-color: #fdba74;
|
||||
}
|
||||
|
||||
.editor-error-notice {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.notice.muted {
|
||||
background: #f6f6f6;
|
||||
border-color: #e4e4e4;
|
||||
|
||||
Reference in New Issue
Block a user