Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-25 00:40:46 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-25 00:40:46 +0300
commit80766821b24cc13a6ce054f5b0c996bebccc4121 (patch)
treea930e81665bb24b4798906c59c1ce065099a5dbf /app/views/admin/broadcast_messages/_form.html.haml
parentfe60886aa279d3031d1fe8ac596ba5fd4178b451 (diff)
Revert .hide to .d-none conversion
Diffstat (limited to 'app/views/admin/broadcast_messages/_form.html.haml')
-rw-r--r--app/views/admin/broadcast_messages/_form.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/broadcast_messages/_form.html.haml b/app/views/admin/broadcast_messages/_form.html.haml
index 4c659327654..12005891016 100644
--- a/app/views/admin/broadcast_messages/_form.html.haml
+++ b/app/views/admin/broadcast_messages/_form.html.haml
@@ -18,11 +18,11 @@
.form-group.row.js-toggle-colors-container
.col-sm-10.offset-sm-2
= link_to 'Customize colors', '#', class: 'js-toggle-colors-link'
- .form-group.row.js-toggle-colors-container.d-none
+ .form-group.row.js-toggle-colors-container.hide
= f.label :color, "Background Color", class: 'col-form-label col-sm-2'
.col-sm-10
= f.color_field :color, class: "form-control"
- .form-group.row.js-toggle-colors-container.d-none
+ .form-group.row.js-toggle-colors-container.hide
= f.label :font, "Font Color", class: 'col-form-label col-sm-2'
.col-sm-10
= f.color_field :font, class: "form-control"