From e1dd35e75935126b2598730f2c84016e87bac99c Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Fri, 21 Sep 2018 12:26:49 -0500 Subject: [PATCH] Keep border on hover for active tab --- services/web/public/stylesheets/components/tabs.less | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/public/stylesheets/components/tabs.less b/services/web/public/stylesheets/components/tabs.less index 0e1959e694..71143cbefe 100644 --- a/services/web/public/stylesheets/components/tabs.less +++ b/services/web/public/stylesheets/components/tabs.less @@ -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; } }