Browse Source

fix tab bar active state

pull/249/head
connors 11 years ago
parent
commit
6b25157c05
  1. 4
      dist/ratchet.css
  2. 2
      lib/sass/bars.scss

4
dist/ratchet.css vendored

@ -377,8 +377,8 @@ strong {
height: 24px; height: 24px;
margin-top: -2px; margin-top: -2px;
} }
.tab-item.selected .tab-label, .tab-item.active .tab-label,
.tab-item.selected .icon, .tab-item:active .tab-label, .tab-item.active .icon, .tab-item:active .tab-label,
.tab-item:active .icon { .tab-item:active .icon {
color: #428bca; color: #428bca;
} }

2
lib/sass/bars.scss

@ -113,7 +113,7 @@
} }
// Active states for the tab bar // Active states for the tab bar
&.selected, &.active,
&:active { &:active {
.tab-label, .tab-label,
.icon { .icon {

Loading…
Cancel
Save