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:
commit
69a7a9f917
2 changed files with 5 additions and 4 deletions
|
@ -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 {
|
||||
|
|
5
changelogs/unreleased/fix-boards-issue-highlight.yml
Normal file
5
changelogs/unreleased/fix-boards-issue-highlight.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix boards issue highlight
|
||||
merge_request: 20063
|
||||
author: George Tsiolis
|
||||
type: changed
|
Loading…
Reference in a new issue