From 25556ded012ca7ecccb7be3185b552ba389d589e Mon Sep 17 00:00:00 2001 From: mfluharty Date: Thu, 11 Jul 2019 15:46:32 -0600 Subject: Change `button.close` to `.close` Some existing modal buttons are links rather than buttons --- app/assets/stylesheets/framework/modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/framework/modal.scss b/app/assets/stylesheets/framework/modal.scss index 3c6b809c316..bbab8bcf528 100644 --- a/app/assets/stylesheets/framework/modal.scss +++ b/app/assets/stylesheets/framework/modal.scss @@ -30,7 +30,7 @@ } } - button.close { + .close { font-weight: $gl-font-weight-normal; line-height: $gl-line-height; color: $gray-900; -- cgit v1.2.1