mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 07:35:01 +00:00
Feat/cmdk radix tweaks (#10493)
* prefer --lx-gray-11 * Fix sidebar item color * Update theme mode images * Update shortcuts globally * Assets updated to support radix * fix: add missing keyboard-shortcut class * fix: custom button background * fix: lower case shortcuts * chore: remove old shortcut list * fix: shortcut ns * enhance: shortcut accepts both sequence and string * fix: shortcut remap ux * fix: remove codemirror box shadow --------- Co-authored-by: Ben Yorke <ben@yorke.io>
This commit is contained in:
@@ -245,9 +245,8 @@
|
||||
.shui__button-theme-color.shui__button-color-custom { background-color: hsl(var(--ls-button-background-hsl) / 0.9);
|
||||
color: white; }
|
||||
|
||||
.shui__button-color-custom:hover, .dark .shui__button-color-custom:hover {
|
||||
.shui__button-theme-color.shui__button-color-custom:hover {
|
||||
background: var(--ls-button-background);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.shui__button-theme-color.shui__button-color-lime { color: white; background-color: var(--rx-lime-09); &:hover { background-color: var(--rx-lime-10); } &:active { background-color: var(--rx-lime-08); }}
|
||||
|
||||
Reference in New Issue
Block a user