Commit 46d7f0a3 authored by tauriedavis's avatar tauriedavis

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

parent 79dc8171
......@@ -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