🐛 Fixed several issues with groups and multiple selection

This commit is contained in:
alonso.torres 2020-12-09 18:26:09 +01:00 committed by Andrey Antukh
parent 9822c52573
commit e26ece57d1
11 changed files with 467 additions and 394 deletions

File diff suppressed because it is too large Load diff

View file

@ -868,6 +868,13 @@
fill: $color-primary;
}
}
.element-set-label {
font-size: $fs11;
padding: 0.5rem;
color: $color-gray-10;
}
.element-set-actions {
display: flex;
visibility: hidden;