Skip to content

Commit

Permalink
Merge pull request #800 from ewang/patch-2
Browse files Browse the repository at this point in the history
Fix item-input-inset active state highlight issue
  • Loading branch information
adamdbradley committed Mar 15, 2014
2 parents 12e4713 + c882392 commit bf75187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_items.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit bf75187

Please sign in to comment.