Table css improvements
This commit is contained in:
parent
35f1a8d19f
commit
6c0f123bd9
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user