Keep border on hover for active tab

This commit is contained in:
Jessica Lawshe 2018-09-21 12:26:49 -05:00
parent 9e827be3ed
commit e1dd35e759

View file

@ -31,6 +31,7 @@
border-bottom: 1px solid @accent-color-secondary!important; border-bottom: 1px solid @accent-color-secondary!important;
color: @accent-color-secondary!important; color: @accent-color-secondary!important;
&:hover { &:hover {
border-bottom: 1px solid @accent-color-secondary!important;
color: @accent-color-secondary!important; color: @accent-color-secondary!important;
} }
} }