Update hover color for tabs

This commit is contained in:
Jessica Lawshe 2018-09-27 11:50:38 -05:00
parent 69421cb7b7
commit 23c9c719af

View file

@ -17,7 +17,7 @@
&:hover {
background-color: transparent!important;
border: 0!important;
color: @link-hover-color!important;
color: @link-hover-color-alt;
}
}
}