diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2018-06-21 14:38:14 +0300 |
---|---|---|
committer | George Tsiolis <tsiolis.g@gmail.com> | 2018-06-21 14:47:15 +0300 |
commit | 57a4013a468946b05aac36cf7eb2dc5741f2dec2 (patch) | |
tree | 99c96b02ca384e32ef4aad1cc05d0c77cba7c259 | |
parent | 7c11ed8c916a10f6d9c32635986008b48410531f (diff) | |
download | gitlab-ce-57a4013a468946b05aac36cf7eb2dc5741f2dec2.tar.gz |
Fix boards issue highlight
-rw-r--r-- | app/assets/stylesheets/pages/boards.scss | 4 | ||||
-rw-r--r-- | changelogs/unreleased/fix-boards-issue-highlight.yml | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss index 7c1d1626f1c..750d2c8b990 100644 --- a/app/assets/stylesheets/pages/boards.scss +++ b/app/assets/stylesheets/pages/boards.scss @@ -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 { diff --git a/changelogs/unreleased/fix-boards-issue-highlight.yml b/changelogs/unreleased/fix-boards-issue-highlight.yml new file mode 100644 index 00000000000..0cc3faa81ca --- /dev/null +++ b/changelogs/unreleased/fix-boards-issue-highlight.yml @@ -0,0 +1,5 @@ +--- +title: Fix boards issue highlight +merge_request: 20063 +author: George Tsiolis +type: changed |