UI Integration

This commit is contained in:
alonso.torres 2023-02-22 12:21:44 +01:00
parent 284fc2acbc
commit b497de0dae
20 changed files with 442 additions and 246 deletions

View file

@ -1705,7 +1705,9 @@
color: $color-gray-20;
&.active,
&:hover {
color: $color-primary;
&.dir {
color: $color-primary;
}
svg {
fill: $color-primary;
}
@ -2160,6 +2162,9 @@
.columns-info {
flex-grow: 1;
font-size: 12px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.expand-icon,
.add-column {