mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(searchbar): align cancel button to center with search icon position (#16259)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
// -----------------------------------------
|
||||
|
||||
.searchbar-cancel-button {
|
||||
@include position(0, null, null, 10px);
|
||||
@include position(0, null, null, 5px);
|
||||
@include margin(0);
|
||||
|
||||
display: none;
|
||||
|
||||
@@ -25,7 +25,7 @@ $searchbar-md-cancel-button-color: $text-color-step-100 !default;
|
||||
$searchbar-md-cancel-button-background-color: transparent !default;
|
||||
|
||||
/// @prop - Font size of the searchbar cancel button
|
||||
$searchbar-md-cancel-button-font-size: 1.8em !default;
|
||||
$searchbar-md-cancel-button-font-size: 1.6em !default;
|
||||
|
||||
/// @prop - Color of the searchbar input search icon
|
||||
$searchbar-md-input-search-icon-color: $text-color-step-400 !default;
|
||||
|
||||
Reference in New Issue
Block a user