Revert "Remove "!important" to allow some styles to override it (e.g. row highlighting in column)"

This reverts commit 72163472de.
pull/7600/head
Oliver Günther 5 years ago
parent 846fe7cf3c
commit c3c13da0b2
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 2
      app/helpers/colors_helper.rb

@ -94,7 +94,7 @@ module ColorsHelper
styles = color.color_styles
background_style = styles.map { |k,v| "#{k}:#{v}"}.join(';')
background_style = styles.map { |k,v| "#{k}:#{v} !important"}.join(';')
border_color = color.bright? ? '#555555' : color.hexcode
if name === 'type'

Loading…
Cancel
Save