Skip to content

Commit 1c0a33e

Browse files
authored
fix: links being accent (#399)
1 parent 88b622b commit 1c0a33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/_details.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ button[class^="experimentButton_"][class*="buttonColor_"][class*="buttonActive_"
162162
}
163163

164164
// Search bar and text input borders follow accent
165-
div[class*="container_"]:focus-within,
165+
div[class*="container_"]:focus-within:has(> div[class^="inner_"] > input),
166166
[class*="input_"][type="text"]:not([readOnly]):focus,
167167
[class*="input_"][type="text"]:not([readOnly]):focus:hover {
168168
--text-link: var(--brand-500);

0 commit comments

Comments
 (0)