From 42e9d5a3602259884eb0236a62375566d8c2cce2 Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Wed, 17 Jul 2019 23:59:28 -0400 Subject: [PATCH] Fix issue with notification badge number not showing on mobile only hide first descendants of tab bar btn (the title of the tab) instead of all span children --- app/javascript/styles/gabsocial/components/tabs-bar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/styles/gabsocial/components/tabs-bar.scss b/app/javascript/styles/gabsocial/components/tabs-bar.scss index 1fcae0d4..825ebadf 100644 --- a/app/javascript/styles/gabsocial/components/tabs-bar.scss +++ b/app/javascript/styles/gabsocial/components/tabs-bar.scss @@ -138,7 +138,7 @@ height: 38px; border-bottom: 4px solid $gab-default-text-light; } - & span {display: none;} + & > span {display: none;} } &.home { padding: 16px 0 0 25px;