Skip to content

Commit 7323496

Browse files
committed
test(searchbar): update snapshots
1 parent 4531a40 commit 7323496

7 files changed

+14
-0
lines changed

core/src/components/searchbar/searchbar.ionic.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,20 @@
7575
font-size: globals.$ion-font-size-400;
7676
}
7777

78+
// Searchbar Cancel Icon in Toolbar
79+
// -----------------------------------------
80+
81+
:host-context(ion-toolbar).searchbar-should-show-cancel .searchbar-cancel-button {
82+
/**
83+
* The left edge of the cancel button
84+
* should align with the left edge
85+
* of the back button if the searchbar
86+
* is used in a toolbar regardless of
87+
* the searchbar size.
88+
*/
89+
@include globals.position-horizontal(9px, null);
90+
}
91+
7892
// Searchbar Search & Clear Icon & Cancel Icon
7993
// -----------------------------------------
8094

-48 Bytes
Loading
-26 Bytes
Loading
-45 Bytes
Loading
-50 Bytes
Loading
-15 Bytes
Loading
-49 Bytes
Loading

0 commit comments

Comments
 (0)