Merge branch 'fix-boards-issue-highlight' into 'master'

Fix boards issue highlight

Closes #48068

See merge request gitlab-org/gitlab-ce!20063
This commit is contained in:
Clement Ho 2018-06-22 15:43:39 +00:00
commit 69a7a9f917
2 changed files with 5 additions and 4 deletions

View File

@ -290,10 +290,6 @@
&.is-active,
&.is-active .board-card-assignee:hover a {
background-color: $row-hover;
&:first-child:not(:only-child) {
box-shadow: -10px 0 10px 1px $row-hover;
}
}
.badge {

View File

@ -0,0 +1,5 @@
---
title: Fix boards issue highlight
merge_request: 20063
author: George Tsiolis
type: changed