From 190a73732156648de44cb44078ead895e7a94c78 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Fri, 13 Jul 2018 17:39:47 +0930 Subject: [PATCH] Use box-shadow instead of border for notifications badge fixes #1481 closes #1500 --- framework/core/less/forum/NotificationsDropdown.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/framework/core/less/forum/NotificationsDropdown.less b/framework/core/less/forum/NotificationsDropdown.less index a36c635ee..8d1307a12 100644 --- a/framework/core/less/forum/NotificationsDropdown.less +++ b/framework/core/less/forum/NotificationsDropdown.less @@ -29,8 +29,8 @@ .NotificationsDropdown-unread { position: absolute; - top: 1px; - left: 17px; + top: 2px; + left: 18px; background: @header-control-color; color: @header-bg; font-size: 11px; @@ -38,9 +38,9 @@ padding: 2px 4px 3px; line-height: 1em; border-radius: 10px; - border: 1px solid @header-bg; - min-width: 18px; - height: 18px; + .box-shadow(0 0 0 1px @header-bg); + min-width: 16px; + height: 16px; text-align: center; @media @phone {