N°3914 Fix configure this list button alignment and add background color to selected fields

This commit is contained in:
Stephen Abello
2021-06-04 10:27:30 +02:00
parent bf22c8b67a
commit b245275c7d
3 changed files with 17 additions and 3 deletions

View File

@@ -16,6 +16,8 @@ $ibo-list-column--max-height: 150px !default;
$ibo-datatable--sort-order--color: $ibo-color-orange-600 !default;
$ibo-fieldsorter--selected--background-color: $ibo-color-blue-200 !default;
.ibo-datatable--toolbar {
display: flex;
justify-content: space-between;
@@ -83,4 +85,10 @@ $ibo-datatable--sort-order--color: $ibo-color-orange-600 !default;
&.ibo-is-none::after{
content: '\f0dc';
}
}
.itop-fieldsorter{
>.selected{
background-color: $ibo-fieldsorter--selected--background-color;
}
}