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-bottom: 4px !important;
|
||||
|
||||
&:hover .av__views .block__icon {
|
||||
opacity: 1;
|
||||
&:hover {
|
||||
.av__views .block__icon {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.av__group-icon--hover {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
&--touch {
|
||||
|
@ -921,10 +927,6 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
&:hover .av__group-icon--hover {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.b3-chip {
|
||||
padding: 2px 6px;
|
||||
line-height: calc(1.625em - 6px);
|
||||
|
|
|
@ -805,7 +805,7 @@
|
|||
opacity: 0;
|
||||
}
|
||||
|
||||
.av__group-title:hover .av__group-icon--hover {
|
||||
&:hover .av__group-icon--hover {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue