summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMiranda Fluharty <mfluharty@gitlab.com>2019-07-12 00:12:22 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-07-12 00:12:22 +0000
commit055b0b8b3956d8d52a12dba65dfba087c055e7aa (patch)
tree77afc84a05d0b5223dd5109b136a27cd5a2b9577 /app
parentd73f42645d985dcf3d383f5316b8ca603e3700dc (diff)
downloadgitlab-ce-055b0b8b3956d8d52a12dba65dfba087c055e7aa.tar.gz
Add modal close button styles to match design spec
Standard font weight and line height, darker color, full opacity Change `button.close` to `.close` Some existing modal buttons are links rather than buttons
Diffstat (limited to 'app')
-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 {