Merge branch '30007-done-todo-hover-state' into 'master'

30007 Add transparent top-border to the hover state of done todos

Closes #30007

See merge request !11104
This commit is contained in:
Filipa Lacerda 2017-05-05 17:46:34 +00:00
commit c9b2463347
2 changed files with 6 additions and 1 deletions

View File

@ -54,8 +54,9 @@
background-color: $white-light;
&:hover {
border-color: $white-dark;
border-color: $white-normal;
background-color: $gray-light;
border-top: 1px solid transparent;
.todo-avatar,
.todo-item {

View File

@ -0,0 +1,4 @@
---
title: Add transparent top-border to the hover state of done todos
merge_request:
author: