mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +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;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 16px; }
|
font-size: 16px; }
|
||||||
|
.item-input.item.active, .ionic-pseudo .item-input.item:active {
|
||||||
|
background-color: transparent;
|
||||||
|
border-color: #dddddd; }
|
||||||
|
|
||||||
.input-label {
|
.input-label {
|
||||||
-webkit-box-flex: 1;
|
-webkit-box-flex: 1;
|
||||||
|
|||||||
@ -67,6 +67,12 @@ textarea {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.item.active,
|
||||||
|
.ionic-pseudo &.item:active {
|
||||||
|
background-color: transparent;
|
||||||
|
border-color: $item-default-border;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-label {
|
.input-label {
|
||||||
|
|||||||
Reference in New Issue
Block a user