mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix toolbar title flickr
This commit is contained in:
@@ -48,7 +48,7 @@ textarea {
|
||||
input {
|
||||
border-radius: 0;
|
||||
flex: 1 220px;
|
||||
appearance: none;
|
||||
@include appearance(none);
|
||||
margin: 0;
|
||||
padding-right: 24px;
|
||||
background-color: transparent;
|
||||
@@ -66,7 +66,7 @@ textarea {
|
||||
.button-bar {
|
||||
border-radius: 0;
|
||||
flex: 1 0 220px;
|
||||
appearance: none;
|
||||
@include appearance(none);
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
||||
@@ -21,7 +21,7 @@ ion-input {
|
||||
border-radius: 0;
|
||||
|
||||
flex: 1 220px;
|
||||
appearance: none;
|
||||
@include appearance(none);
|
||||
|
||||
margin: 0;
|
||||
padding-right: 24px;
|
||||
|
||||
Reference in New Issue
Block a user