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
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2017-05-05 01:36:43 +0300
committertauriedavis <taurie@gitlab.com>2017-05-05 01:36:43 +0300
commit46d7f0a3a1c5587cca53a930b5d0610db2e59f89 (patch)
tree8414a42bced7357f4dca839bde8493e81c26623b /app/assets/stylesheets/pages/todos.scss
parent79dc817183bf1480e72016c3e6a78ac0e57d8c96 (diff)
30007 Add transparent top-border to the hover state of done todos
Diffstat (limited to 'app/assets/stylesheets/pages/todos.scss')
-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 {