Remove role color highlighting from custom css (#33493)
This commit is contained in:
@@ -2,9 +2,3 @@
|
||||
<%= raw custom_css_styles %>
|
||||
|
||||
<%- end %>
|
||||
<%- @user_roles.each do |role| %>
|
||||
.user-role-<%= role.id %> {
|
||||
--user-role-accent: <%= role.color %>;
|
||||
}
|
||||
|
||||
<%- end %>
|
||||
|
||||
Reference in New Issue
Block a user