We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3146272 commit 5138469Copy full SHA for 5138469
src/components/table/partial-styles/_row-selection.scss
@@ -22,11 +22,16 @@
22
border-width: 0;
23
z-index: $table--limel-table--row-selector;
24
25
- background-image: linear-gradient(
26
- to right,
27
- rgb(var(--limel-table-row-background-color)) 70%,
28
- rgb(var(--limel-table-row-background-color), 0)
29
- );
+ &:before {
+ content: '';
+ inset: 0.25rem 0;
+ position: absolute;
+ background-image: linear-gradient(
30
+ to right,
31
+ rgb(var(--limel-table-row-background-color)) 70%,
32
+ rgb(var(--limel-table-row-background-color), 0)
33
+ );
34
+ }
35
36
limel-checkbox {
37
transition: opacity 0.2s ease;
0 commit comments