Merge pull request #1177 from sharelatex/jel-active-tab-css

Fix active tab link styling

GitOrigin-RevId: ec8da3ccb7514f70b1b5021e65a6ef60ba920318
This commit is contained in:
Simon Detheridge 2018-11-26 16:14:34 +00:00 committed by sharelatex
parent 50cba1a86f
commit 03b37b0289

View file

@ -16,7 +16,7 @@
color: @link-color-alt;
&:focus, &:hover {
background-color: transparent!important;
border: 0!important;
border: 0;
color: @link-hover-color-alt;
}
}
@ -36,4 +36,4 @@
background-color: transparent!important;
border: none!important;
}
}
}