Commit a516e4d1 authored by David O'Regan's avatar David O'Regan

Merge branch 'yo-verified-gl-badge' into 'master'

Apply GitLab UI to email status badge

See merge request gitlab-org/gitlab!51916
parents 7d3a661d b1314dac
...@@ -378,19 +378,6 @@ table.u2f-registrations, ...@@ -378,19 +378,6 @@ table.u2f-registrations,
display: inline; display: inline;
margin-right: $gl-padding / 4; margin-right: $gl-padding / 4;
} }
.badge-verification-status {
border-width: 1px;
border-style: solid;
&.verified {
@include green-status-color;
}
&.unverified {
@include status-color($gray-dark, color('gray'), $common-gray-dark);
}
}
} }
.edit-user { .edit-user {
......
- css_classes = %w(badge badge-verification-status) - css_classes = %w(badge gl-badge)
- css_classes << (verified ? 'verified': 'unverified') - css_classes << (verified ? 'badge-success': 'badge-danger')
- text = verified ? _('Verified') : _('Unverified') - text = verified ? _('Verified') : _('Unverified')
.email-badge .email-badge
......
---
title: Apply GitLab UI to email status badge
merge_request: 51916
author: Yogi (@yo)
type: other
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