File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
src/components/bs5/searchInput Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 6363 opacity 0.5s ,
6464 display 0.5s ;
6565 }
66-
67- // &:has(#search-button:active) {
68- // .suggestions {
69- // display: none;
70- // }
71- // }
7266 }
7367
7468 @include mixins .focusable ($customSelector : " :has(.form-control:focus)" );
8175
8276 .form-control {
8377 min-height : var (--_size );
84- padding : 0 4rem 0 1rem ;
78+ padding-block : 0 ;
79+ padding-inline : 1rem ;
8580 border : var (--border-color ) solid 0.125rem ;
8681 border-inline-end-width : 0 ;
8782 border-radius : 0 ;
8883 border-start-start-radius : var (--border-radius );
8984 border-end-start-radius : var (--border-radius );
9085 background : var (--background-color );
91- padding-inline-end : 7.5rem ;
9286 color : var (--text-color );
9387
9488 transition : {
158152 margin-inline-start : 0 ;
159153 }
160154 }
161-
162- .form-control {
163- padding-block : 0.75rem ;
164- padding-inline : 1rem ;
165- }
166155 }
167156
168157 // Search dropdown
You can’t perform that action at this time.
0 commit comments