Merge pull request #955 from sharelatex/jel-tabs-active

Keep border on hover for active tab
This commit is contained in:
Jessica Lawshe 2018-09-21 13:38:33 -05:00 committed by GitHub
commit b85fd183a1

View file

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