diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2019-03-20 11:28:24 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-03-21 10:47:32 +0000 |
commit | 3cc20e7024d030aa173a8d1458d43327c9c156ac (patch) | |
tree | 3258e2b8d6ed04f119f47195c829108b48bf9fd9 | |
parent | 1614089fcfe71bd2ff3fafc787195de380b9b6a1 (diff) | |
download | gitlab-ce-3cc20e7024d030aa173a8d1458d43327c9c156ac.tar.gz |
Removes EE differences for buttons.scss
-rw-r--r-- | app/assets/stylesheets/framework/buttons.scss | 3 |
1 files changed, 2 insertions, 1 deletions
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, |