mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-04 22:56:20 +08:00
style(next): remove shadow for protected notes
This commit is contained in:
parent
0731186015
commit
cb9678c991
@ -772,8 +772,12 @@ html body #left-pane .quick-search:focus-within .search-button:hover,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Ribbon
|
* Ribbon & note header
|
||||||
*/
|
*/
|
||||||
|
.note-title.protected {
|
||||||
|
text-shadow: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
.ribbon-container {
|
.ribbon-container {
|
||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
@ -1080,4 +1084,4 @@ html .note-detail-editable-text :not(figure, .include-note):first-child {
|
|||||||
.note-list-wrapper .note-book-card .bx {
|
.note-list-wrapper .note-book-card .bx {
|
||||||
color: var(--left-pane-icon-color);
|
color: var(--left-pane-icon-color);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user