mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
override active state for .item.item-input
This commit is contained in:
3
dist/css/ionic.css
vendored
3
dist/css/ionic.css
vendored
@ -2164,6 +2164,9 @@ textarea {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
font-size: 16px; }
|
||||
.item-input.item.active, .ionic-pseudo .item-input.item:active {
|
||||
background-color: transparent;
|
||||
border-color: #dddddd; }
|
||||
|
||||
.input-label {
|
||||
-webkit-box-flex: 1;
|
||||
|
||||
@ -67,6 +67,12 @@ textarea {
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
&.item.active,
|
||||
.ionic-pseudo &.item:active {
|
||||
background-color: transparent;
|
||||
border-color: $item-default-border;
|
||||
}
|
||||
}
|
||||
|
||||
.input-label {
|
||||
|
||||
Reference in New Issue
Block a user