* Add: #883 管理者の設定したカスタムCSSをユーザー単位で無効にするオプション * ラベル変更
This commit is contained in:
parent
b30086dc6b
commit
943db145e4
12 changed files with 56 additions and 14 deletions
6
app/views/custom_css/show_system.css.erb
Normal file
6
app/views/custom_css/show_system.css.erb
Normal file
|
@ -0,0 +1,6 @@
|
|||
<%- @user_roles.each do |role| %>
|
||||
.user-role-<%= role.id %> {
|
||||
--user-role-accent: <%= role.color %>;
|
||||
}
|
||||
|
||||
<%- end %>
|
Loading…
Add table
Add a link
Reference in a new issue