We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b622b commit 1c0a33eCopy full SHA for 1c0a33e
src/components/_details.scss
@@ -162,7 +162,7 @@ button[class^="experimentButton_"][class*="buttonColor_"][class*="buttonActive_"
162
}
163
164
// Search bar and text input borders follow accent
165
-div[class*="container_"]:focus-within,
+div[class*="container_"]:focus-within:has(> div[class^="inner_"] > input),
166
[class*="input_"][type="text"]:not([readOnly]):focus,
167
[class*="input_"][type="text"]:not([readOnly]):focus:hover {
168
--text-link: var(--brand-500);
0 commit comments