Commit 317680c9 authored by peterhegman's avatar peterhegman

Add `gl-datepicker-input` to datepicker input

To make it consistent with the GitLab UI styling
parent 8fb0bd6f
......@@ -24,7 +24,7 @@
.js-access-tokens-expires-at
%expires-at-field
= f.text_field :expires_at, class: 'datepicker form-control', placeholder: 'YYYY-MM-DD', autocomplete: 'off', data: { qa_selector: 'expiry_date_field' }
= f.text_field :expires_at, class: 'datepicker form-control gl-datepicker-input', placeholder: 'YYYY-MM-DD', autocomplete: 'off', data: { qa_selector: 'expiry_date_field' }
.form-group
= f.label :scopes, _('Scopes'), class: 'label-bold'
......
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