mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-18 04:58:06 +01:00
Revert "Adjust the style of the first column of the attribute view" (#10143)
This commit is contained in:
parent
9691c4218c
commit
a48c2fbcf8
7 changed files with 35 additions and 56 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue