mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(all): cleanup mode font
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
--padding-bottom: #{$input-ios-padding-bottom};
|
||||
--padding-start: #{$input-ios-padding-start};
|
||||
|
||||
font-family: $input-ios-font-family;
|
||||
font-size: $input-ios-font-size;
|
||||
}
|
||||
|
||||
|
||||
@@ -4,9 +4,6 @@
|
||||
// iOS Input
|
||||
// --------------------------------------------------
|
||||
|
||||
/// @prop - Font family of the input
|
||||
$input-ios-font-family: $font-family-base !default;
|
||||
|
||||
/// @prop - Font size of the input
|
||||
$input-ios-font-size: inherit !default;
|
||||
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
--padding-bottom: #{$input-md-padding-bottom};
|
||||
--padding-start: #{$input-md-padding-start};
|
||||
|
||||
font-family: $input-md-font-family;
|
||||
font-size: $input-md-font-size;
|
||||
}
|
||||
|
||||
|
||||
@@ -4,9 +4,6 @@
|
||||
// Material Design Input
|
||||
// --------------------------------------------------
|
||||
|
||||
/// @prop - Font family of the input
|
||||
$input-md-font-family: $font-family-base !default;
|
||||
|
||||
/// @prop - Font size of the input
|
||||
$input-md-font-size: inherit !default;
|
||||
|
||||
|
||||
@@ -25,6 +25,8 @@
|
||||
/* TODO: find a better solution in padding.css, that does not require !important, */
|
||||
padding: 0 !important;
|
||||
/* stylelint-enable */
|
||||
|
||||
font-family: $font-family-base;
|
||||
}
|
||||
|
||||
:host(.ion-color) {
|
||||
|
||||
Reference in New Issue
Block a user