mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user