Thursday, June 04, 2026 3:30:08 AM
> _role_styles.slim
style
  - current_community.roles.each do |role|
    - if role.color.present? && role.color != "0"
      | .choices__item[data-value="#{role.id}"] {
      |   border-color: ##{role.color} !important;
      |   color: ##{role.color} !important;
      |
      |   .choices__button {
      |     border-color: ##{role.color} !important;
      |   }
      | }
    - else
      | .choices__item[data-value="#{role.id}"] {
      |   border-color: var(--bs-secondary) !important;
      |
      |   .choices__button {
      |     border-color: var(--bs-secondary) !important;
      |   }
      | }
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 4294fb2