diff --git a/js/components/piece_list.js b/js/components/piece_list.js index 567a53e9..b1df7d25 100644 --- a/js/components/piece_list.js +++ b/js/components/piece_list.js @@ -287,12 +287,7 @@ let PieceList = React.createClass({ orderBy={this.state.orderBy} applyFilterBy={this.applyFilterBy} applyOrderBy={this.applyOrderBy}> - {customSubmitButton ? - customSubmitButton : - - } + {customSubmitButton} span { color: $cc--button-color; -} \ No newline at end of file +} diff --git a/sass/whitelabel/wallet/cyland/cyland_custom_style.scss b/sass/whitelabel/wallet/cyland/cyland_custom_style.scss index 9af18fcf..e3de38a3 100644 --- a/sass/whitelabel/wallet/cyland/cyland_custom_style.scss +++ b/sass/whitelabel/wallet/cyland/cyland_custom_style.scss @@ -64,10 +64,6 @@ $cyland--button-sec-color: #515151; color: $cyland--button-color; } -.client--cyland .ascribe-piece-list-toolbar .btn-ascribe-add { - display: none; -} - // buttons! // thought of the day: // "every great atrocity is the result of people just following orders" diff --git a/sass/whitelabel/wallet/ikonotv/ikonotv_custom_style.scss b/sass/whitelabel/wallet/ikonotv/ikonotv_custom_style.scss index 8f330911..f0deb9c9 100644 --- a/sass/whitelabel/wallet/ikonotv/ikonotv_custom_style.scss +++ b/sass/whitelabel/wallet/ikonotv/ikonotv_custom_style.scss @@ -229,10 +229,6 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important; color: $ikono--button-color; } -.client--ikonotv .ascribe-piece-list-toolbar .btn-ascribe-add{ - display: none; -} - // spinner! .client--ikonotv { @@ -560,4 +556,4 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important; .client--ikonotv .upload-button-wrapper > span { color: $ikono--button-color; -} \ No newline at end of file +}