summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-30 09:36:57 +0000
committerPhil Hughes <me@iamphill.com>2017-08-30 09:36:57 +0000
commit11d2ac1f94ba1a3c469ef10aac2ca63bcf316e27 (patch)
tree5a3128f079f468adc9c1d88cd5741861d279583e
parent7839a5ec39ba5a990059b24036b0c46bf731eb42 (diff)
parent54b3908cd1fac68318007e6800305ece6013727e (diff)
downloadgitlab-ce-11d2ac1f94ba1a3c469ef10aac2ca63bcf316e27.tar.gz
Merge branch 'winh-notification-dropdowns' into 'master'
Make notification dropdowns consistent See merge request !13624
-rw-r--r--app/assets/stylesheets/pages/notifications.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/notifications.scss b/app/assets/stylesheets/pages/notifications.scss
index bdf07a99daf..c28b1e68008 100644
--- a/app/assets/stylesheets/pages/notifications.scss
+++ b/app/assets/stylesheets/pages/notifications.scss
@@ -14,3 +14,7 @@
font-size: 18px;
}
}
+
+.notification-form {
+ @include new-style-dropdown;
+}