Revert "Adjust the style of the first column of the attribute view" (#10143)

This commit is contained in:
V 2024-01-11 00:09:16 +08:00 committed by GitHub
parent 9691c4218c
commit a48c2fbcf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 35 additions and 56 deletions

View file

@ -189,14 +189,11 @@
display: flex;
.b3-button {
margin: 3px 0 3px 24px;
color: var(--b3-theme-on-surface);
background-color: transparent;
font-size: 75%;
> div {
background-color: transparent;
}
&:hover,
&:focus {
background-color: var(--b3-av-hover);
@ -219,16 +216,6 @@
}
}
}
&,
&--util,
&--footer {
&:hover {
.av__firstcol svg {
opacity: 1;
}
}
}
}
&__cell {
@ -265,10 +252,6 @@
border-right-color: var(--b3-theme-primary-lighter);
}
&--add {
padding-left: 0.5em;
}
&--select {
background-color: var(--b3-theme-primary-lightest);
box-shadow: 2px 2px 0 var(--b3-theme-primary-lighter) inset, -2px -2px 0px var(--b3-theme-primary-lighter) inset;
@ -338,14 +321,16 @@
}
&__firstcol {
border-right: 1px solid var(--b3-theme-surface-lighter);
svg {
@extend .av__checkbox;
padding: 9.5px 5px;
opacity: 0;
padding: 9.5px 5px;
cursor: pointer;
}
&:hover svg {
opacity: 1;
}
}
&__colsticky {