enhance(ui): polish accent color details (#10520)

* enhance(ui): polish accent color details

* fix(ui): inline code bg color for accent mode

* fix: set page properties bg color the same as block properties

* fix: plugins background color

* fix: set the same width for keymap

* fix: set limited height for settings modal

* fix: page title color

* fix: accent colors for bullets and guideline

* fix: bullet hover background

* fix: remove unnecessary background colors for onboarding

* fix: clear notification since the beginning of e2e tests

* chore: remove unstable page-rename test

* fix: e2e tests

* fix: reset whiteboard title to untitled if a page exists

* fix: linked whiteboard

---------

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
This commit is contained in:
Charlie
2023-11-20 23:26:30 +08:00
committed by GitHub
parent 182cf06d52
commit 08633b7552
22 changed files with 98 additions and 58 deletions

View File

@@ -188,7 +188,7 @@
.block-children {
border-left: 1px solid;
border-left-color: or(--ls-guideline-color, --lx-gray-04-alpha, --ls-guideline-color, #ddd) !important;
border-left-color: or(--lx-gray-04-alpha, --ls-guideline-color, #ddd) !important;
padding-top: 2px;
padding-bottom: 3px;
@@ -569,7 +569,7 @@
font-size: 14px;
background-color: or(--ls-block-bullet-color, --lx-gray-07, --ls-block-bullet-color, #394b59);
background-color: or(--lx-gray-08, --ls-block-bullet-color, #394b59);
transition: transform 0.2s;
> * {
@@ -598,11 +598,11 @@
&:hover > .bullet-container .bullet {
transform: scale(1.2);
background-color: or(--ls-buller-border-color-typed-list, --lx-gray-08, inherit) !important;
background-color: or(--lx-gray-08, --ls-block-bullet-color, inherit) !important;
}
&:hover > .bullet-container:not(.typed-list) {
background-color: or(--ls-bullet-border-color, --lx-gray-04-alpha, --ls-block-bullet-border-color, #ced9e0);
background-color: or(--lx-gray-04-alpha, --ls-block-bullet-border-color, #ced9e0);
}
}