mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-20 10:06:04 +10:00
Removed label colour from dropdown
This commit is contained in:
@@ -9,7 +9,6 @@ class @LabelsSelect
|
||||
renderRow: (label) ->
|
||||
"<li>
|
||||
<a href='#'>
|
||||
<span class='label' style='background-color: #{label.color}'>#{label.name}</span>
|
||||
#{label.name}
|
||||
</a>
|
||||
</li>"
|
||||
|
||||
Reference in New Issue
Block a user