Vanessa 2023-11-20 11:12:02 +08:00
parent ec4da7cde7
commit c8ea33c5ce
13 changed files with 372 additions and 245 deletions

View file

@ -113,7 +113,8 @@
}
&--select {
&:not(.av__row--header) .av__cell {
&:not(.av__row--header) .av__cell,
&:not(.av__row--header) .av__firstcol {
background-color: var(--b3-av-background-hl);
}
@ -231,7 +232,7 @@
position: absolute;
right: 5px;
font-size: 85%;
top: 8px;
top: 5.5px;
}
&.dragover__right {
@ -267,15 +268,15 @@
align-items: center;
flex: 1;
overflow: hidden;
}
& > .av__cellicon {
height: 1em;
width: 1em;
color: var(--b3-theme-on-surface);
margin: 0 5px 0 0;
flex-shrink: 0;
line-height: 1em;
}
&__cellheadericon {
height: 1em;
width: 1em;
color: var(--b3-theme-on-surface);
margin: 0 5px 0 0;
flex-shrink: 0;
line-height: 1em;
}
&__celltext {
@ -292,15 +293,23 @@
}
}
&__checkbox {
color: var(--b3-theme-on-surface);
height: 14px;
width: 14px;
float: left;
padding: 4.5px 0;
&:hover {
color: var(--b3-theme-on-background);
}
}
&__firstcol {
svg {
color: var(--b3-theme-on-surface);
height: 33px;
width: 24px;
@extend .av__checkbox;
opacity: 0;
padding: 5px;
box-sizing: border-box;
float: left;
padding: 9.5px 5px;
}
&:hover svg {