Merge branch 'master' into feat/db

This commit is contained in:
Tienson Qin
2024-01-22 12:08:37 +08:00
186 changed files with 24159 additions and 1746 deletions

View File

@@ -297,10 +297,12 @@
}
.page-ref {
color: or(--ls-page-ref-text-color, --lx-accent-11, --ls-link-ref-text-color);
--lx-text-override: var(--ls-link-ref-text-color);
@apply text-accent-11;
&:hover {
color: or(--ls-page-ref-text-color-hover, --lx-accent-12, --ls-link-ref-text-hover-color);
--lx-text-override: var(--ls-link-ref-text-hover-color);
@apply text-accent-12;
}
}
@@ -372,12 +374,11 @@
transition: background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
&.selected {
border-bottom-color: var(--ls-primary-background-color);
border-radius: 2px;
}
&:last-child {
border-bottom-color: transparent;
}
.bullet-container .selected {
border: 3px solid;
}
}
@@ -566,12 +567,7 @@
}
.bullet {
@apply rounded-full w-[6px] h-[6px];
font-size: 14px;
background-color: or(--lx-gray-08, --ls-block-bullet-color, #394b59);
transition: transform 0.2s;
@apply rounded-full w-[6px] h-[6px] text-[15px] opacity-80;
> * {
@apply cursor-pointer;
@@ -582,6 +578,11 @@
&.bullet-closed {
background-color: or(--ls-bullet-closed-background, --lx-gray-04-alpha, --ls-block-bullet-border-color, #ced9e0);
}
.bullet {
background-color: or(--lx-gray-08, --ls-block-bullet-color, #394b59);
transition: transform 0.2s;
}
}
&.typed-list:not(:focus-within) {
@@ -597,13 +598,13 @@
.bullet-link-wrap {
color: var(--ls-primary-text-color);
&:hover > .bullet-container .bullet {
transform: scale(1.2);
background-color: or(--lx-gray-08, --ls-block-bullet-color, inherit) !important;
}
&:hover > .bullet-container:not(.typed-list) {
background-color: or(--lx-gray-04-alpha, --ls-block-bullet-border-color, #ced9e0);
.bullet {
transform: scale(1.2);
background-color: or(--lx-gray-08, --ls-block-bullet-color, inherit) !important;
}
}
}