릴리스: v1.3.33 관리자와 에디터 테마 후속 보정
This commit is contained in:
@@ -744,7 +744,7 @@ function submitGlobalSearch() {
|
||||
border-radius: 8px;
|
||||
border: 1px solid var(--theme-border);
|
||||
background: var(--theme-pill-bg);
|
||||
color: rgba(255, 255, 255, 0.72);
|
||||
color: var(--theme-text-soft);
|
||||
cursor: pointer;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
@@ -771,7 +771,7 @@ function submitGlobalSearch() {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
display: block;
|
||||
filter: brightness(0) saturate(100%) invert(94%) sepia(6%) saturate(207%) hue-rotate(186deg) brightness(96%) contrast(92%);
|
||||
filter: var(--theme-icon-filter);
|
||||
}
|
||||
|
||||
.ghostIcon--iconOnly {
|
||||
@@ -818,7 +818,7 @@ function submitGlobalSearch() {
|
||||
.appUserCard__avatar--fallback {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
background: rgba(255, 255, 255, 0.12);
|
||||
background: var(--theme-surface-soft-3);
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
@@ -853,7 +853,7 @@ function submitGlobalSearch() {
|
||||
border-radius: 14px;
|
||||
border: 1px solid var(--theme-border);
|
||||
background: var(--theme-pill-bg);
|
||||
color: rgba(255, 255, 255, 0.62);
|
||||
color: var(--theme-text-soft);
|
||||
margin-bottom: 14px;
|
||||
box-sizing: border-box;
|
||||
transition: padding 220ms ease, justify-content 220ms ease;
|
||||
@@ -906,7 +906,7 @@ function submitGlobalSearch() {
|
||||
gap: 12px;
|
||||
padding: 11px 12px;
|
||||
border-radius: 14px;
|
||||
color: rgba(255, 255, 255, 0.76);
|
||||
color: var(--theme-text-muted);
|
||||
text-decoration: none;
|
||||
transition: background 180ms ease, color 180ms ease, transform 180ms ease;
|
||||
}
|
||||
@@ -921,8 +921,8 @@ function submitGlobalSearch() {
|
||||
|
||||
.leftNav__item--active,
|
||||
.leftNav__item.router-link-active {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
color: rgba(255, 255, 255, 0.96);
|
||||
background: var(--theme-surface-soft-3);
|
||||
color: var(--theme-text-strong);
|
||||
}
|
||||
|
||||
.leftNav__glyph {
|
||||
@@ -1273,7 +1273,7 @@ function submitGlobalSearch() {
|
||||
grid-template-columns: 260px minmax(0, 1fr);
|
||||
border-radius: 28px;
|
||||
overflow: hidden;
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
border: 1px solid var(--theme-border-strong);
|
||||
background: linear-gradient(180deg, rgba(34, 34, 34, 0.98), rgba(18, 18, 18, 0.98));
|
||||
box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
|
||||
}
|
||||
@@ -1291,7 +1291,7 @@ function submitGlobalSearch() {
|
||||
font-size: 11px;
|
||||
letter-spacing: 0.14em;
|
||||
text-transform: uppercase;
|
||||
color: rgba(255, 255, 255, 0.4);
|
||||
color: var(--theme-text-faint);
|
||||
}
|
||||
|
||||
.guideModal__title {
|
||||
@@ -1314,8 +1314,8 @@ function submitGlobalSearch() {
|
||||
padding: 12px 14px;
|
||||
border-radius: 16px;
|
||||
border: 1px solid var(--theme-border);
|
||||
background: rgba(255, 255, 255, 0.02);
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background: var(--theme-pill-bg);
|
||||
color: var(--theme-text-muted);
|
||||
cursor: pointer;
|
||||
text-align: left;
|
||||
}
|
||||
@@ -1323,13 +1323,13 @@ function submitGlobalSearch() {
|
||||
.guideModal__listItem--active {
|
||||
border-color: rgba(77, 127, 233, 0.5);
|
||||
background: rgba(77, 127, 233, 0.14);
|
||||
color: rgba(255, 255, 255, 0.96);
|
||||
color: var(--theme-text-strong);
|
||||
}
|
||||
|
||||
.guideModal__listIndex {
|
||||
font-size: 12px;
|
||||
font-weight: 900;
|
||||
color: rgba(255, 255, 255, 0.54);
|
||||
color: var(--theme-text-faint);
|
||||
}
|
||||
|
||||
.guideModal__listLabel {
|
||||
@@ -1400,7 +1400,7 @@ function submitGlobalSearch() {
|
||||
|
||||
.guideModal__mediaHint {
|
||||
font-size: 13px;
|
||||
color: rgba(255, 255, 255, 0.48);
|
||||
color: var(--theme-text-faint);
|
||||
}
|
||||
|
||||
.guideModal__text {
|
||||
@@ -1424,14 +1424,14 @@ function submitGlobalSearch() {
|
||||
.guideModal__stepSummary {
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
color: rgba(255, 255, 255, 0.86);
|
||||
color: var(--theme-text);
|
||||
}
|
||||
|
||||
.guideModal__stepDescription {
|
||||
margin: 0;
|
||||
max-width: 720px;
|
||||
line-height: 1.7;
|
||||
color: rgba(255, 255, 255, 0.62);
|
||||
color: var(--theme-text-soft);
|
||||
}
|
||||
|
||||
.guideModal__footer {
|
||||
@@ -1452,7 +1452,7 @@ function submitGlobalSearch() {
|
||||
height: 10px;
|
||||
border-radius: 999px;
|
||||
border: 0;
|
||||
background: rgba(255, 255, 255, 0.18);
|
||||
background: var(--theme-surface-soft-3);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -1496,7 +1496,7 @@ function submitGlobalSearch() {
|
||||
justify-content: center;
|
||||
align-items: flex-start;
|
||||
padding: 88px 20px 20px;
|
||||
background: rgba(0, 0, 0, 0.44);
|
||||
background: color-mix(in srgb, var(--theme-body-bg) 72%, transparent);
|
||||
backdrop-filter: blur(6px);
|
||||
}
|
||||
|
||||
@@ -1507,8 +1507,8 @@ function submitGlobalSearch() {
|
||||
gap: 14px;
|
||||
padding: 18px 22px;
|
||||
border-radius: 24px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
background: rgba(26, 26, 26, 0.96);
|
||||
border: 1px solid var(--theme-border-strong);
|
||||
background: var(--theme-main-bg);
|
||||
box-shadow: 0 28px 60px rgba(0, 0, 0, 0.34);
|
||||
}
|
||||
|
||||
@@ -1525,7 +1525,7 @@ function submitGlobalSearch() {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
display: block;
|
||||
filter: brightness(0) saturate(100%) invert(94%) sepia(6%) saturate(207%) hue-rotate(186deg) brightness(96%) contrast(92%);
|
||||
filter: var(--theme-icon-filter);
|
||||
}
|
||||
|
||||
.collapsedSearchBar__input {
|
||||
@@ -1540,7 +1540,7 @@ function submitGlobalSearch() {
|
||||
}
|
||||
|
||||
.collapsedSearchBar__input::placeholder {
|
||||
color: rgba(255, 255, 255, 0.46);
|
||||
color: var(--theme-text-faint);
|
||||
}
|
||||
|
||||
.localRightRailRoot {
|
||||
@@ -1572,7 +1572,7 @@ function submitGlobalSearch() {
|
||||
padding: 12px 14px;
|
||||
border-radius: 16px;
|
||||
border: 1px solid var(--theme-border-strong);
|
||||
background: rgba(11, 18, 32, 0.94);
|
||||
background: color-mix(in srgb, var(--theme-main-bg) 94%, transparent);
|
||||
backdrop-filter: blur(12px);
|
||||
box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
|
||||
opacity: 1;
|
||||
@@ -1611,7 +1611,7 @@ function submitGlobalSearch() {
|
||||
.toast__close {
|
||||
border: 0;
|
||||
background: transparent;
|
||||
color: rgba(255, 255, 255, 0.68);
|
||||
color: var(--theme-text-muted);
|
||||
cursor: pointer;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user