mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(rtl): add correct text-align (#11353)
* fix(rtl): add correct text-align * feat(text-align): add mixin for backwards compatibility of variables * fix(text-align): default null not empty string * fix(text-align): remove default
This commit is contained in:
committed by
Brandy Carney
parent
6b42677460
commit
424b15aefd
@@ -52,6 +52,8 @@ ion-chip .button {
|
||||
}
|
||||
|
||||
ion-chip ion-icon {
|
||||
@include text-align($chip-icon-text-align);
|
||||
|
||||
width: $chip-icon-size;
|
||||
height: $chip-icon-size;
|
||||
|
||||
@@ -59,7 +61,6 @@ ion-chip ion-icon {
|
||||
|
||||
font-size: $chip-icon-font-size;
|
||||
line-height: $chip-icon-size;
|
||||
text-align: $chip-icon-text-align;
|
||||
}
|
||||
|
||||
ion-chip ion-avatar {
|
||||
|
||||
Reference in New Issue
Block a user