Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-05-05 20:46:34 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-05-05 20:46:34 +0300
commitc9b246334753c47bef1111bdbfc1a45a1c9b0cfe (patch)
tree85513ea5b9154b44a48377c28f07c98264e18464 /app
parentc15e2244bcb7262f19acdc41c73c5acda35463b6 (diff)
parent46d7f0a3a1c5587cca53a930b5d0610db2e59f89 (diff)
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
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/todos.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/todos.scss b/app/assets/stylesheets/pages/todos.scss
index a39815319f3..de652a79369 100644
--- a/app/assets/stylesheets/pages/todos.scss
+++ b/app/assets/stylesheets/pages/todos.scss
@@ -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 {