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 .minicard-assignees.js-minicard-assignees
each getAssignees each getAssignees
+userAvatar(userId=this) +userAvatar(userId=this)
hr(class="assigneehr" title="{{_ 'assignee'}}")
if getMembers if getMembers
.minicard-members.js-minicard-members .minicard-members.js-minicard-members

View file

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

View file

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