mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
This commit is contained in:
parent
91e4cf782a
commit
c0efde37fe
5 changed files with 9 additions and 6 deletions
|
|
@ -374,7 +374,7 @@ html {
|
|||
}
|
||||
|
||||
&:hover .block__icons .block__icon[disabled] {
|
||||
opacity: .68;
|
||||
opacity: .38;
|
||||
}
|
||||
|
||||
.block__icons .block__icon[disabled] {
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@
|
|||
}
|
||||
|
||||
&[disabled] {
|
||||
opacity: 0.68;
|
||||
opacity: 0.38;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@
|
|||
}
|
||||
|
||||
&:disabled {
|
||||
opacity: 0.37;
|
||||
opacity: 0.38;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@
|
|||
}
|
||||
|
||||
&--disabled {
|
||||
opacity: .54;
|
||||
opacity: .38;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -85,8 +85,7 @@
|
|||
}
|
||||
|
||||
&[disabled] {
|
||||
opacity: 0.68;
|
||||
cursor: not-allowed;
|
||||
opacity: 0.38;
|
||||
}
|
||||
|
||||
&--active {
|
||||
|
|
@ -256,6 +255,10 @@
|
|||
padding: 0;
|
||||
border: 0;
|
||||
|
||||
&[disabled] {
|
||||
opacity: 0.38;
|
||||
}
|
||||
|
||||
svg {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue