From 3cc20e7024d030aa173a8d1458d43327c9c156ac Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Wed, 20 Mar 2019 11:28:24 +0000 Subject: Removes EE differences for buttons.scss --- app/assets/stylesheets/framework/buttons.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss index a4af84f8d27..695ce014659 100644 --- a/app/assets/stylesheets/framework/buttons.scss +++ b/app/assets/stylesheets/framework/buttons.scss @@ -443,7 +443,8 @@ border-color: transparent; } - &.btn-secondary-hover-link { + &.btn-secondary-hover-link, + &.btn-default-hover-link { color: $gl-text-color-secondary; &:hover, -- cgit v1.2.1