mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 06:34:34 +00:00
enhance: set contrast colors for buttons in the right sidebar
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
([on-close]
|
||||
(close nil on-close))
|
||||
([class on-close]
|
||||
[:a.close.opacity-50.hover:opacity-100.flex.items-center
|
||||
[:a.close.flex.items-center
|
||||
(cond-> {:on-click on-close
|
||||
:style {:margin-right -4}}
|
||||
class
|
||||
@@ -212,7 +212,7 @@
|
||||
repo
|
||||
page
|
||||
:page-graph)))}
|
||||
(t :right-side-bar/page)]]
|
||||
(t :right-side-bar/page-graph)]]
|
||||
|
||||
[:div.text-sm
|
||||
[:button.button.cp__right-sidebar-settings-btn {:on-click (fn [_e]
|
||||
|
||||
@@ -8,6 +8,10 @@ html[data-theme=light] {
|
||||
--ls-page-inline-code-bg-color: var(--ls-quaternary-background-color);
|
||||
--ls-page-blockquote-bg-color: var(--ls-quaternary-background-color);
|
||||
}
|
||||
|
||||
.cp__right-sidebar-topbar button {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -58,7 +58,6 @@
|
||||
:right-side-bar/help "Help"
|
||||
:right-side-bar/switch-theme "Theme modes"
|
||||
:right-side-bar/theme "{1} theme"
|
||||
:right-side-bar/page "Page graph"
|
||||
:right-side-bar/recent "Recent"
|
||||
:right-side-bar/contents "Contents"
|
||||
:right-side-bar/favorites "Favorites"
|
||||
@@ -380,7 +379,6 @@
|
||||
:right-side-bar/help "Hilfe"
|
||||
:right-side-bar/switch-theme "Zu {1} Thema wechseln"
|
||||
:right-side-bar/theme "{1} Thema"
|
||||
:right-side-bar/page "Seiten-Graph"
|
||||
:right-side-bar/recent "Neueste"
|
||||
:right-side-bar/contents "Inhalt"
|
||||
:right-side-bar/block-ref "Blockreferenz"
|
||||
@@ -888,7 +886,6 @@
|
||||
:right-side-bar/graph-view "Grafiekweergave"
|
||||
:right-side-bar/help "Help"
|
||||
:right-side-bar/new-page "Nieuwe pagina"
|
||||
:right-side-bar/page "Pagina grafiek"
|
||||
:right-side-bar/page-graph "Pagina grafiek"
|
||||
:right-side-bar/recent "Recent"
|
||||
:right-side-bar/show-journals "Toon Journaals"
|
||||
@@ -996,7 +993,6 @@
|
||||
:right-side-bar/help "Aide"
|
||||
:right-side-bar/switch-theme "Basculer sur le thème {1}"
|
||||
:right-side-bar/theme "Thème {1}"
|
||||
:right-side-bar/page "Graphe de la page"
|
||||
:right-side-bar/recent "Récents"
|
||||
:right-side-bar/contents "Contenus"
|
||||
:right-side-bar/block-ref "Référence des blocs"
|
||||
@@ -1176,7 +1172,6 @@
|
||||
:right-side-bar/help "帮助"
|
||||
:right-side-bar/switch-theme "主题模式"
|
||||
:right-side-bar/theme "{1}主题"
|
||||
:right-side-bar/page "页面图谱"
|
||||
:right-side-bar/recent "最近"
|
||||
:right-side-bar/contents "目录"
|
||||
:right-side-bar/favorites "收藏"
|
||||
@@ -1473,7 +1468,6 @@
|
||||
:right-side-bar/help "幫助"
|
||||
:right-side-bar/switch-theme "主題模式"
|
||||
:right-side-bar/theme "{1}主題"
|
||||
:right-side-bar/page "頁面圖譜"
|
||||
:right-side-bar/recent "最近"
|
||||
:right-side-bar/contents "目錄"
|
||||
:right-side-bar/block-ref "塊引用"
|
||||
@@ -1636,7 +1630,6 @@
|
||||
:right-side-bar/help "Hulp"
|
||||
:right-side-bar/switch-theme "Skakel oor na die {1} tema"
|
||||
:right-side-bar/theme "{1} tema"
|
||||
:right-side-bar/page "Grafiek bladsy"
|
||||
:right-side-bar/recent "Onlangs"
|
||||
:right-side-bar/contents "Inhoud"
|
||||
:right-side-bar/block-ref "Blok verwysing"
|
||||
@@ -1792,7 +1785,6 @@
|
||||
:right-side-bar/help "Ayuda"
|
||||
:right-side-bar/switch-theme "Temas"
|
||||
:right-side-bar/theme "Tema {1}"
|
||||
:right-side-bar/page "Gráfico de la página"
|
||||
:right-side-bar/recent "Reciente"
|
||||
:right-side-bar/contents "Contenido"
|
||||
:right-side-bar/favorites "Favoritos"
|
||||
@@ -2113,7 +2105,6 @@
|
||||
:right-side-bar/help "Hjelp"
|
||||
:right-side-bar/switch-theme "Tema moduser"
|
||||
:right-side-bar/theme "{1} tema"
|
||||
:right-side-bar/page "Sidegraf"
|
||||
:right-side-bar/recent "Siste"
|
||||
:right-side-bar/contents "Innhold"
|
||||
:right-side-bar/favorites "Favoritter"
|
||||
@@ -2432,7 +2423,6 @@
|
||||
:right-side-bar/help "Ajuda"
|
||||
:right-side-bar/switch-theme "Temas"
|
||||
:right-side-bar/theme "Tema {1}"
|
||||
:right-side-bar/page "Gráfico da página"
|
||||
:right-side-bar/recent "Recente"
|
||||
:right-side-bar/contents "Conteúdo"
|
||||
:right-side-bar/favorites "Favoritos"
|
||||
@@ -2753,7 +2743,6 @@
|
||||
:right-side-bar/help "Ajuda"
|
||||
:right-side-bar/switch-theme "Temas"
|
||||
:right-side-bar/theme "Tema {1}"
|
||||
:right-side-bar/page "Grafo da página"
|
||||
:right-side-bar/recent "Recente"
|
||||
:right-side-bar/contents "Conteúdo"
|
||||
:right-side-bar/favorites "Favoritos"
|
||||
@@ -3081,7 +3070,6 @@
|
||||
:right-side-bar/help "Справка"
|
||||
:right-side-bar/switch-theme "Тема"
|
||||
:right-side-bar/theme "{1} тема"
|
||||
:right-side-bar/page "Граф страницы"
|
||||
:right-side-bar/recent "Недавние"
|
||||
:right-side-bar/contents "Содержание"
|
||||
:right-side-bar/favorites "Избранные"
|
||||
@@ -3413,7 +3401,6 @@
|
||||
:right-side-bar/help "ヘルプ"
|
||||
:right-side-bar/switch-theme "テーマ"
|
||||
:right-side-bar/theme "{1} テーマ"
|
||||
:right-side-bar/page "ページグラフ"
|
||||
:right-side-bar/recent "最新"
|
||||
:right-side-bar/contents "目次"
|
||||
:right-side-bar/favorites "Favorites"
|
||||
@@ -3736,7 +3723,6 @@
|
||||
:right-side-bar/help "Aiuto"
|
||||
:right-side-bar/switch-theme "Modalità tema"
|
||||
:right-side-bar/theme "{1} tema"
|
||||
:right-side-bar/page "Grafico della pagina"
|
||||
:right-side-bar/recent "Recenti"
|
||||
:right-side-bar/contents "Contenuti"
|
||||
:right-side-bar/favorites "Preferiti"
|
||||
@@ -4065,7 +4051,6 @@
|
||||
:right-side-bar/help "Yardım"
|
||||
:right-side-bar/switch-theme "Tema modları"
|
||||
:right-side-bar/theme "{1} tema"
|
||||
:right-side-bar/page "Sayfa grafiği"
|
||||
:right-side-bar/recent "En son"
|
||||
:right-side-bar/contents "İçindekiler"
|
||||
:right-side-bar/favorites "Sık kullanılanlar"
|
||||
@@ -4396,7 +4381,6 @@
|
||||
:right-side-bar/help "도움말"
|
||||
:right-side-bar/switch-theme "테마 모드"
|
||||
:right-side-bar/theme "{1} 테마"
|
||||
:right-side-bar/page "페이지 그래프"
|
||||
:right-side-bar/recent "최근 페이지"
|
||||
:right-side-bar/contents "콘텐츠"
|
||||
:right-side-bar/favorites "즐겨찾기"
|
||||
@@ -4724,7 +4708,6 @@
|
||||
:right-side-bar/help "Pomoc"
|
||||
:right-side-bar/switch-theme "Zmień motyw"
|
||||
:right-side-bar/theme "Motyw {1}"
|
||||
:right-side-bar/page "Graf strony"
|
||||
:right-side-bar/recent "Ostatnio edytowane"
|
||||
:right-side-bar/contents "Treść"
|
||||
:right-side-bar/favorites "Ulubione"
|
||||
|
||||
Reference in New Issue
Block a user