File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
ionic/components/searchbar Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
// Windows Searchbar
5
5
// --------------------------------------------------
6
6
7
- $searchbar-wp-padding : 0 !default ;
7
+ $searchbar-wp-padding : 8 px !default ;
8
8
$searchbar-wp-background-color : transparent !default ;
9
9
$searchbar-wp-border-width : 2px !default ;
10
10
$searchbar-wp-border-color : $input-wp-border-color !default ;
@@ -36,10 +36,12 @@ $searchbar-wp-input-clear-icon-size: 22px !default;
36
36
ion-searchbar {
37
37
padding : $searchbar-wp-padding ;
38
38
39
- border : $searchbar-wp-border-width solid $searchbar-wp-border-color ;
40
39
background : $searchbar-wp-background-color ;
41
40
}
42
41
42
+ .searchbar-input-container {
43
+ border : $searchbar-wp-border-width solid $searchbar-wp-border-color ;
44
+ }
43
45
44
46
// Searchbar Search Icon
45
47
// -----------------------------------------
You can’t perform that action at this time.
0 commit comments