mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
This commit is contained in:
parent
d75fac21aa
commit
9e72b8d91e
2 changed files with 9 additions and 7 deletions
|
@ -6,8 +6,14 @@
|
||||||
margin-top: 4px !important;
|
margin-top: 4px !important;
|
||||||
margin-bottom: 4px !important;
|
margin-bottom: 4px !important;
|
||||||
|
|
||||||
&:hover .av__views .block__icon {
|
&:hover {
|
||||||
opacity: 1;
|
.av__views .block__icon {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.av__group-icon--hover {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&--touch {
|
&--touch {
|
||||||
|
@ -921,10 +927,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
&:hover .av__group-icon--hover {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.b3-chip {
|
.b3-chip {
|
||||||
padding: 2px 6px;
|
padding: 2px 6px;
|
||||||
line-height: calc(1.625em - 6px);
|
line-height: calc(1.625em - 6px);
|
||||||
|
|
|
@ -805,7 +805,7 @@
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.av__group-title:hover .av__group-icon--hover {
|
&:hover .av__group-icon--hover {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue