aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FrontEnd/src/app/index.sass2
-rw-r--r--FrontEnd/src/app/views/timeline-common/timeline-common.sass4
2 files changed, 5 insertions, 1 deletions
diff --git a/FrontEnd/src/app/index.sass b/FrontEnd/src/app/index.sass
index 5a0d0cc2..abe663d1 100644
--- a/FrontEnd/src/app/index.sass
+++ b/FrontEnd/src/app/index.sass
@@ -52,8 +52,8 @@ textarea
@extend .shadow
@extend .border
@extend .rounded
- @extend .bg-light
border-color: $gray-200
+ background: $light
.full-viewport-center-child
position: fixed
diff --git a/FrontEnd/src/app/views/timeline-common/timeline-common.sass b/FrontEnd/src/app/views/timeline-common/timeline-common.sass
index 286f6867..dd5452de 100644
--- a/FrontEnd/src/app/views/timeline-common/timeline-common.sass
+++ b/FrontEnd/src/app/views/timeline-common/timeline-common.sass
@@ -112,6 +112,10 @@ $timeline-line-color-current: #36c2e6
@extend .clearfix
position: relative
padding: 0.5em 2em 0.5em 60px
+ transition: background 0.5s
+
+ &:hover
+ background: $gray-200
.timeline-item-delete-button
position: absolute