diff --git a/public/css/unleash.css b/public/css/unleash.css index e69de29bb2..62e01e0b91 100644 --- a/public/css/unleash.css +++ b/public/css/unleash.css @@ -0,0 +1,16 @@ +.toggle-active { + border: 1px solid black; + display: inline-block; + background-color: #3B7908; + border-radius: 50%; + width: 20px; + height: 20px; +} +.toggle-inactive { + border: 1px solid black; + display: inline-block; + background-color: #E7384A; + border-radius: 50%; + width: 20px; + height: 20px; +} \ No newline at end of file diff --git a/public/js/components/feature/Feature.jsx b/public/js/components/feature/Feature.jsx index 7bc568c9b0..e88091905b 100644 --- a/public/js/components/feature/Feature.jsx +++ b/public/js/components/feature/Feature.jsx @@ -37,11 +37,13 @@ var Feature = React.createClass({ }, renderViewMode: function() { - var strikeThrough = this.props.feature.enabled ? '' : 'strikethrough'; - return (
Name | Description | Strategy |
---|