From b601e7799fff6fd361acf30e0e44dcf5e649fcdc Mon Sep 17 00:00:00 2001 From: Eric Herbrandson Date: Sat, 22 Jun 2019 14:46:38 -0500 Subject: [PATCH] Better icon styling to indicate various states --- client/src/components/button.js | 4 +--- client/src/components/eventsPanel.js | 11 ++++------- client/src/components/listViewHelpers.js | 4 ++-- client/src/components/podsPanel.js | 21 ++++++++++++++++++++- client/src/scss/elements/svg.scss | 8 ++++++++ client/src/scss/settings.scss | 4 +++- 6 files changed, 38 insertions(+), 14 deletions(-) diff --git a/client/src/components/button.js b/client/src/components/button.js index 28bc38d..858c86e 100644 --- a/client/src/components/button.js +++ b/client/src/components/button.js @@ -20,9 +20,7 @@ export default class Button extends Base { render() { const {working} = this.state || {}; - const { - children, disabled, className, title, - } = this.props; + const {children, disabled, className, title} = this.props; return (