Use box-shadow instead of border for notifications badge

fixes #1481
closes #1500
This commit is contained in:
Toby Zerner 2018-07-13 17:39:47 +09:30
parent 7f63923aa0
commit fb9a89f67f

View File

@ -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 {