mirror of
https://github.com/zadam/trilium.git
synced 2026-01-08 23:54:29 +01:00
style/new layout/note title: tweak
This commit is contained in:
parent
563194ff6c
commit
9969000807
@ -32,6 +32,13 @@ body.desktop .note-title-widget input.note-title {
|
||||
body.experimental-feature-new-layout {
|
||||
.title-row {
|
||||
container-type: size;
|
||||
border-bottom: 1px solid var(--main-border-color);
|
||||
transition: border 400ms ease-out;
|
||||
|
||||
&.hide-title {
|
||||
border-bottom-color: transparent;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
@container (max-width: 700px) {
|
||||
.note-icon-widget .note-icon {
|
||||
@ -52,4 +59,14 @@ body.experimental-feature-new-layout {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.note-title-widget {
|
||||
input.note-title {
|
||||
--input-focus-background: transparent;
|
||||
--input-focus-outline-color: transparent;
|
||||
--input-hover-background: transparent;
|
||||
--input-hover-color: initial;
|
||||
--input-focus-color: initial;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user