mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
added .ionic-pseudo to item :active
This commit is contained in:
2
dist/css/ionic.css
vendored
2
dist/css/ionic.css
vendored
@ -3221,7 +3221,7 @@ a.subdued {
|
||||
float: right; }
|
||||
.item .badge + .badge {
|
||||
margin-right: 5px; }
|
||||
.item.active, .item:active {
|
||||
.item.active, .ionic-pseudo .item:active {
|
||||
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.12); }
|
||||
.item.item-light {
|
||||
color: #444444;
|
||||
|
||||
@ -61,7 +61,7 @@
|
||||
}
|
||||
|
||||
&.active,
|
||||
&:active {
|
||||
.ionic-pseudo &:active {
|
||||
box-shadow: inset 0px 1px 3px rgba(0,0,0,0.12);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user