From 503b1e3be6e5ab0fb170154af7a5078868968f44 Mon Sep 17 00:00:00 2001 From: ludwiczakpawel Date: Wed, 26 Aug 2020 08:08:31 +0200 Subject: [PATCH] Remove dimmed buttons on feed (#9894) * flare tag line height * . * dropdown fix + actions bar fix * actions bar on mob * fix --- app/assets/javascripts/utilities/buildArticleHTML.js | 4 ++-- app/javascript/articles/components/SaveButton.jsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/javascripts/utilities/buildArticleHTML.js b/app/assets/javascripts/utilities/buildArticleHTML.js index af8b03566..863876f90 100644 --- a/app/assets/javascripts/utilities/buildArticleHTML.js +++ b/app/assets/javascripts/utilities/buildArticleHTML.js @@ -62,7 +62,7 @@ function buildArticleHTML(article) { commentsDisplay = '' + + '#comments" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left ">' + commentsCount + ''; } @@ -101,7 +101,7 @@ function buildArticleHTML(article) { reactionsDisplay = '' + + '" class="crayons-btn crayons-btn--s crayons-btn--ghost crayons-btn--icon-left">' + reactionsCount + ''; } diff --git a/app/javascript/articles/components/SaveButton.jsx b/app/javascript/articles/components/SaveButton.jsx index 386eb5c70..17eaa00b6 100644 --- a/app/javascript/articles/components/SaveButton.jsx +++ b/app/javascript/articles/components/SaveButton.jsx @@ -38,7 +38,7 @@ export class SaveButton extends Component {