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;
margin-top: -2px;
}
.tab-item.selected .tab-label,
.tab-item.selected .icon, .tab-item:active .tab-label,
.tab-item.active .tab-label,
.tab-item.active .icon, .tab-item:active .tab-label,
.tab-item:active .icon {
color: #428bca;
}

2
lib/sass/bars.scss

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

Loading…
Cancel
Save