Commit e47a1437 authored by Samantha Ming's avatar Samantha Ming

Migrate confidential message to use PJ style class

Update the confidential warning message
in the "Create confidential merge request"
dropdown to use PJ compliant style classes.
parent 855a4095
......@@ -87,7 +87,7 @@ export default {
},
showWarning() {
if (this.warningText) {
this.warningText.classList.remove('hidden');
this.warningText.classList.remove('gl-display-none');
}
if (this.createBtn) {
......
......@@ -62,5 +62,5 @@
= create_mr_text
- if can_create_confidential_merge_request?
%p.text-warning.js-exposed-info-warning.hidden
%p.gl-text-orange-500.js-exposed-info-warning.gl-display-none
= _('This may expose confidential information as the selected fork is in another namespace that can have other members.')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment