Skip to content
Snippets Groups Projects
Commit 22e95cbb authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

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

Former-commit-id: c9b24633
parents 8a237d80 101c9f70
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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 {
Loading
Loading
---
title: Add transparent top-border to the hover state of done todos
merge_request:
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment