Commit dcacfaa1 authored by Luke Bennett's avatar Luke Bennett

Fix lint

parent cd0be3ba
......@@ -267,8 +267,8 @@
}
.label-list-item {
.content-list &:before,
.content-list &:after {
.content-list &::before,
.content-list &::after {
content: none;
display: block;
}
......
......@@ -20,4 +20,4 @@
= link_to_label(label, subject: subject, type: :merge_request) { _('Merge requests') }
- if force_priority
%li.label-link-item.js-priority-badge.inline.prepend-left-10
.label-badge.label-badge-blue= _('Prioritized label')
\ No newline at end of file
.label-badge.label-badge-blue= _('Prioritized label')
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