Red line below the avatar now correctly on FireFox #3515

This commit is contained in:
Martin Filser 2021-02-06 11:26:10 +01:00
parent 77160a76e8
commit d2a35453ef
3 changed files with 3 additions and 7 deletions

View file

@ -90,7 +90,6 @@ template(name="minicard")
.minicard-assignees.js-minicard-assignees
each getAssignees
+userAvatar(userId=this)
hr(class="assigneehr" title="{{_ 'assignee'}}")
if getMembers
.minicard-members.js-minicard-members

View file

@ -166,17 +166,15 @@
.minicard-assignees
float: right
margin-left: 5px
.assigneehr
border-top: 1px solid red
margin-bottom: 4px
border-bottom: 1px solid red
margin-bottom: 4px
.member
float: right
border-radius: 50%
height: 28px
width: @height
margin: 0px 0px 4px 0px
margin-bottom: 4px
.assignee
float: right

View file

@ -9,7 +9,6 @@ avatar-radius = 50%
float: left
height: 30px
width: @height
margin: 0 4px 4px 0
cursor: pointer
user-select: none
z-index: 1