Warn the user when a collapsed group field had an error (#7738)

* warn the user when a collapsed group field had an error

* Replace icon

* Reduce icon size

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
Nitwel
2021-09-02 00:38:45 +02:00
committed by GitHub
parent 053e7d1096
commit 8b4f67a31a
3 changed files with 68 additions and 2 deletions

View File

@@ -88,6 +88,7 @@ export default defineComponent({
.select-multiple-checkbox-tree {
max-height: var(--input-height-max);
overflow: auto;
background-color: var(--background-page);
border: var(--border-width) solid var(--border-normal);
border-radius: var(--border-radius);
}