Commit c9b24633 authored by Filipa Lacerda's avatar Filipa Lacerda

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
parents c15e2244 46d7f0a3
......@@ -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 {
......
---
title: Add transparent top-border to the hover state of done todos
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment