summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormfluharty <mfluharty@gitlab.com>2019-07-11 15:46:32 -0600
committermfluharty <mfluharty@gitlab.com>2019-07-11 15:46:32 -0600
commit25556ded012ca7ecccb7be3185b552ba389d589e (patch)
tree604c8e5e5900d4eb836857f52b67362dda29b5ce
parent699ca21a160607156b52095771b5c0fe74a699cb (diff)
downloadgitlab-ce-mf-modal-style-close-button.tar.gz
Change `button.close` to `.close`mf-modal-style-close-button
Some existing modal buttons are links rather than buttons
-rw-r--r--app/assets/stylesheets/framework/modal.scss2
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;