mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
enhance: allow built-in pages to be renamed
`db/ident` shouldn't be updated, at least for those built-in pages.
This commit is contained in:
@@ -319,17 +319,13 @@ i.ti {
|
||||
/** endregion **/
|
||||
|
||||
/* region FIXME: override elements (?) */
|
||||
h1.title, h1.title input, .ls-page-title-container, .ls-page-icon {
|
||||
h1.title, h1.title input, .ls-page-title-container {
|
||||
@apply font-medium;
|
||||
|
||||
color: var(--lx-gray-12, var(--ls-title-text-color, hsl(var(--foreground))));
|
||||
font-size: var(--ls-page-title-size, 32px);
|
||||
}
|
||||
|
||||
.title .page-icon {
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
.block-highlight,
|
||||
.content .selected {
|
||||
transition: background-color 0.2s cubic-bezier(0, 1, 0, 1);
|
||||
|
||||
Reference in New Issue
Block a user