fix(tabs): hover states

This commit is contained in:
Adam Bradley
2015-09-24 14:48:10 -05:00
parent 4294966dad
commit fe7b070a6d
5 changed files with 39 additions and 32 deletions

View File

@ -24,7 +24,7 @@
#tabs .tab-button {
color: #C7C7C7;
}
#tabs .tab-button[aria-selected="true"] {
#tabs .tab-button[aria-selected=true] {
color: #51E3C2;
}
</style>