Commit a3894c91 authored by Robert Hunt's avatar Robert Hunt

Remove unnecessary overriding CSS rules

Now that https://gitlab.com/gitlab-org/gitlab/-/merge_requests/30903 is
merged we don't need these overriding CSS rules
parent f193b15c
// TODO: Remove this once https://gitlab.com/gitlab-org/gitlab/-/issues/213324 is resolved
.audit-log-table .gl-table {
th {
font-weight: 600;
line-height: 1rem;
}
th,
td {
@include gl-text-gray-700;
}
.audit-log-table .gl-table th {
@include gl-line-height-normal;
}
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