Skip to content

Commit 88b622b

Browse files
authored
fix: borders and frames (#398)
* Search bars and text input borders follow accent rather than $blue * App background experiment support
1 parent e9fe863 commit 88b622b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/components/_details.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,10 @@ button[class^="experimentButton_"][class*="buttonColor_"][class*="buttonActive_"
160160
[style*="color: white"] {
161161
color: var(--white) !important;
162162
}
163+
164+
// Search bar and text input borders follow accent
165+
div[class*="container_"]:focus-within,
166+
[class*="input_"][type="text"]:not([readOnly]):focus,
167+
[class*="input_"][type="text"]:not([readOnly]):focus:hover {
168+
--text-link: var(--brand-500);
169+
}

src/components/_variables.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@
9090
--opacity-blurple-60: #{adjust-color($brand, $alpha: -0.4)};
9191
--blurple-50: #{$brand};
9292

93+
//TODO: `2025_04_desktop_refresh_fast_follows` "Darker Guild List Background"
94+
--app-background-frame: #{darken($crust, 2%)};
95+
9396
--background-primary: #{$base} !important;
9497
--background-secondary: #{$mantle} !important;
9598
--background-secondary-alt: #{darken($base, 1%)} !important;

0 commit comments

Comments
 (0)