mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
Removed some borders and backgrounds from input groups.
We need to revisit this.
This commit is contained in:
@ -49,15 +49,19 @@ textarea {
|
||||
|
||||
.input-group {
|
||||
overflow: hidden;
|
||||
/*
|
||||
border-top: $input-border-width solid $input-border-color;
|
||||
border-bottom: $input-border-width solid $input-border-color;
|
||||
background-color: $input-bg;
|
||||
*/
|
||||
}
|
||||
.padded > .input-group,
|
||||
.input-group.inset {
|
||||
@include border-radius($input-border-radius);
|
||||
/*
|
||||
border-right: $input-border-width solid $input-border-color;
|
||||
border-left: $input-border-width solid $input-border-color;
|
||||
*/
|
||||
}
|
||||
|
||||
.input-group .input-wrapper + .input-wrapper {
|
||||
|
||||
Reference in New Issue
Block a user