Commit f6a04df0 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'jlouw-resolve-audit-log-date-picker-background' into 'master'

Resolve "Audit Log date picker has no background color"

Closes #213827

See merge request gitlab-org/gitlab!29153
parents 054e3740 290bb4cf
......@@ -4,6 +4,10 @@
position: absolute !important;
}
.gl-form-input {
background-color: $white;
}
.dropdown-menu-toggle {
// New GitLab UI inputs are 32px high, while the older inputs are 34px
// This can be removed once the audit log fields are converted to use GitLab UI's dropdown instead
......
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