Inline styles are bad practice - they slow down browser performance, they're hard to maintain, and they're hard to override without more inline styles.
Search for :style throughout the app and remove inline styles. Replace them with styles that are built into the less files instead.
The one exception: I think the Query Builder probably might need inline styles.
Inline styles are bad practice - they slow down browser performance, they're hard to maintain, and they're hard to override without more inline styles.
Search for
:stylethroughout the app and remove inline styles. Replace them with styles that are built into the less files instead.The one exception: I think the Query Builder probably might need inline styles.