Skip to content

Commit 3e1e8cd

Browse files
committed
fix: resolved style issues
1 parent 6cf6705 commit 3e1e8cd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

elements/pf-search-input/pf-search-input.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,13 @@ div.search-icon {
351351

352352
#outer:focus-within {
353353
#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 {
354361
border-bottom: var(--pf-global--spacer--xs, 0.125rem) solid var(--pf-theme--color--accent, #0066cc);
355-
box-sizing: content-box;
356362
}
357363
}

0 commit comments

Comments
 (0)