Tabs sink update

This commit is contained in:
Max Lynch
2015-07-07 09:44:09 -05:00
parent 6ffa2343ca
commit df367e9788
2 changed files with 42 additions and 18 deletions

View File

@@ -134,9 +134,10 @@ button.tab-button {
}
button.tab-button:hover {
opacity: 0.6;
opacity: 0.8;
}
button.tab-button[aria-selected="true"] {
color: red;
// Default color is primary
color: get-color(primary, base);
}