[CSS] Note actions extra line height removed, margin-bottom used instead
[CSS] Anchors use underline again on hover
This commit is contained in:
parent
6303f480f7
commit
cd607ce6ce
@ -167,6 +167,11 @@ li {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:focus,
|
||||||
|
a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
*:focus-visible {
|
*:focus-visible {
|
||||||
-webkit-box-shadow: var(--shadow-inset-accent);
|
-webkit-box-shadow: var(--shadow-inset-accent);
|
||||||
-moz-box-shadow: var(--shadow-inset-accent);
|
-moz-box-shadow: var(--shadow-inset-accent);
|
||||||
|
@ -230,14 +230,18 @@ embed header {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: var(--smaller);
|
padding: var(--smaller);
|
||||||
|
border: 2px solid var(--border);
|
||||||
border-radius: var(--smaller);
|
border-radius: var(--smaller);
|
||||||
background: var(--background-card);
|
background: var(--background-card);
|
||||||
box-shadow: var(--shadow);
|
box-shadow: var(--shadow);
|
||||||
font-size: var(--default);
|
font-size: var(--default);
|
||||||
line-height: 1.5;
|
|
||||||
width: max-content;
|
width: max-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note-actions-extra-details[open] > summary + * > li:not(:last-of-type) {
|
||||||
|
margin-bottom: var(--smaller);
|
||||||
|
}
|
||||||
|
|
||||||
.note-actions-set {
|
.note-actions-set {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user