mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-25 00:14:07 +01:00
This commit is contained in:
parent
7e5058690e
commit
8a73e08acd
5 changed files with 16 additions and 24 deletions
|
|
@ -57,6 +57,10 @@
|
|||
text-align: left;
|
||||
display: inline-block;
|
||||
|
||||
&--close {
|
||||
padding-right: 27px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--b3-theme-on-primary);
|
||||
text-decoration: underline;
|
||||
|
|
@ -70,18 +74,16 @@
|
|||
&__close {
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
top: 10px;
|
||||
right: 1px;
|
||||
height: 8px;
|
||||
width: 8px;
|
||||
padding: 4px;
|
||||
border-radius: 10px;
|
||||
color: var(--b3-theme-background-light);
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
color: var(--b3-theme-on-primary);
|
||||
transition: var(--b3-transition);
|
||||
opacity: .68;
|
||||
right: 5px;
|
||||
top: 10px;
|
||||
|
||||
&:hover {
|
||||
color: var(--b3-theme-on-background);
|
||||
background-color: var(--b3-theme-background-light);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -271,16 +271,6 @@
|
|||
padding: 4px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
&.keyboard__svg--close {
|
||||
height: 12px;
|
||||
background-color: var(--b3-theme-on-surface-light);
|
||||
width: 12px;
|
||||
padding: 4px;
|
||||
border-radius: 10px;
|
||||
margin: 10px;
|
||||
color: var(--b3-theme-on-primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue