diff options
-rw-r--r-- | app/assets/stylesheets/framework/modal.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; |