mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge pull request #800 from ewang/patch-2
Fix item-input-inset active state highlight issue
This commit is contained in:
@@ -95,8 +95,8 @@
|
||||
}
|
||||
|
||||
// Link and Button Active States
|
||||
.item.active:not(.item-divider),
|
||||
.item:active:not(.item-divider),
|
||||
.item.active:not(.item-divider):not(.item-input-inset),
|
||||
.item:active:not(.item-divider):not(.item-input-inset),
|
||||
.item-complex.active .item-content {
|
||||
@include item-active-style($item-default-active-bg, $item-default-active-border);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user