summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-07-12 00:12:23 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-07-12 00:12:23 +0000
commite105232ccf4fd88d5beb64d91a5bd0171c1796c6 (patch)
tree77afc84a05d0b5223dd5109b136a27cd5a2b9577
parentd73f42645d985dcf3d383f5316b8ca603e3700dc (diff)
parent055b0b8b3956d8d52a12dba65dfba087c055e7aa (diff)
downloadgitlab-ce-e105232ccf4fd88d5beb64d91a5bd0171c1796c6.tar.gz
Merge branch 'mf-modal-style-close-button' into 'master'
Add modal close button styles to match design spec See merge request gitlab-org/gitlab-ce!30423
-rw-r--r--app/assets/stylesheets/framework/modal.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/modal.scss b/app/assets/stylesheets/framework/modal.scss
index 0ffdbe9143a..fd9a75bc5b6 100644
--- a/app/assets/stylesheets/framework/modal.scss
+++ b/app/assets/stylesheets/framework/modal.scss
@@ -29,6 +29,13 @@
padding-right: $modal-header-padding-x;
}
}
+
+ .close {
+ font-weight: $gl-font-weight-normal;
+ line-height: $gl-line-height;
+ color: $gray-900;
+ opacity: 1;
+ }
}
.modal-body {