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 6cf6705 commit 3e1e8cdCopy full SHA for 3e1e8cd
elements/pf-search-input/pf-search-input.css
@@ -351,7 +351,13 @@ div.search-icon {
351
352
#outer:focus-within {
353
#toggle {
354
+ border-bottom: none;
355
+ border-bottom-left-radius: 4px;
356
+ #toggle-input {
357
+ border-bottom: var(--pf-global--spacer--xs, 0.125rem) solid var(--pf-theme--color--accent, #0066cc);
358
+ }
359
360
+ #close-button {
361
border-bottom: var(--pf-global--spacer--xs, 0.125rem) solid var(--pf-theme--color--accent, #0066cc);
- box-sizing: content-box;
362
}
363
0 commit comments