Vanessa 2023-06-10 12:22:10 +08:00
parent 9b9bc68c49
commit bf96331cf6
4 changed files with 86 additions and 73 deletions

View file

@ -66,12 +66,17 @@
}
&__firstcol {
input {
margin: 11px 5px;
svg {
color: var(--b3-theme-on-surface);
height: 36px;
width: 24px;
opacity: 0;
padding: 5px;
box-sizing: border-box;
float: left;
}
&:hover input {
&:hover svg {
opacity: 1;
}
}