From 03b37b0289f4bc7c9556033f4f30d3139f55b07d Mon Sep 17 00:00:00 2001 From: Simon Detheridge Date: Mon, 26 Nov 2018 16:14:34 +0000 Subject: [PATCH] Merge pull request #1177 from sharelatex/jel-active-tab-css Fix active tab link styling GitOrigin-RevId: ec8da3ccb7514f70b1b5021e65a6ef60ba920318 --- services/web/public/stylesheets/components/tabs.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/public/stylesheets/components/tabs.less b/services/web/public/stylesheets/components/tabs.less index ed03793ec7..c7ddcf1307 100644 --- a/services/web/public/stylesheets/components/tabs.less +++ b/services/web/public/stylesheets/components/tabs.less @@ -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; } -} \ No newline at end of file +}