Table css improvements

This commit is contained in:
Adina Țeudan 2021-09-16 00:31:26 +03:00
parent 35f1a8d19f
commit 6c0f123bd9

View File

@ -60,6 +60,16 @@
}
}
&.disabled > div {
background-color: $grey-2;
color: $grey-7;
.action-buttons {
color: initial;
}
}
.table-item-title {
font-weight: 600;
@include line-clamp(1);
@ -94,18 +104,18 @@
}
&:hover {
> div {
background-color: $grey-8;
&.selection-column iqser-round-checkbox .wrapper {
opacity: 1;
}
> div.selection-column iqser-round-checkbox .wrapper {
opacity: 1;
}
.action-buttons {
display: flex;
}
}
&:hover:not(.disabled) > div {
background-color: $grey-8;
}
}
}