File tree Expand file tree Collapse file tree 2 files changed +9
-14
lines changed
Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 11< pf-search-input placeholder ="Select a title "
22 accessible-label ="Title ">
3- < pf-search-input- option > Mr</ pf-search-input -option >
4- < pf-search-input- option > Miss</ pf-search-input -option >
5- < pf-search-input- option > Mrs</ pf-search-input -option >
6- < pf-search-input- option > Ms</ pf-search-input -option >
3+ < pf-option > Mr</ pf-option >
4+ < pf-option > Miss</ pf-option >
5+ < pf-option > Mrs</ pf-option >
6+ < pf-option > Ms</ pf-option >
77 < hr >
8- < pf-search-input- option > Dr</ pf-search-input -option >
9- < pf-search-input- option > Other</ pf-option>
8+ < pf-option > Dr</ pf-option >
9+ < pf-option > Other</ pf-option >
1010</ pf-search-input >
1111
1212< script type ="module ">
Original file line number Diff line number Diff line change 268268 align-items : center;
269269 justify-content : center;
270270 border-radius : 0px ;
271+ position : relative;
271272}
272273
273274# close-button svg {
@@ -350,13 +351,7 @@ div.search-icon {
350351
351352# outer : focus-within {
352353 # toggle {
353- border-top-left-radius : var (--pf-global--spacer--sm , 0.5rem );
354- border-bottom-left-radius : var (--pf-global--spacer--sm , 0.5rem );
355- border-bottom : var (--pf-global--spacer--xs , 0.25rem ) solid transparent;
356- }
357- # close-button {
358- border-bottom-width : var (--pf-global--spacer--xs , 0.125rem );
359- border-bottom-color : var (--pf-theme--color--accent , # 0066cc );
360- box-sizing : border-box;
354+ border-bottom : var (--pf-global--spacer--xs , 0.125rem ) solid var (--pf-theme--color--accent , # 0066cc );
355+ box-sizing : content-box;
361356 }
362357}
You can’t perform that action at this time.
0 commit comments