aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-04 12:10:43 +0800
committercrupest <crupest@outlook.com>2020-11-04 12:10:43 +0800
commit7beb47609b4cac257171785bbe7e661ec165075d (patch)
treecd1c14082c9af79dabd6b190c4cf97a4b21bfecc /FrontEnd/src/app/views
parentcdee687e1d37ca794e878ec599a74a77dd6cdf78 (diff)
downloadtimeline-7beb47609b4cac257171785bbe7e661ec165075d.tar.gz
timeline-7beb47609b4cac257171785bbe7e661ec165075d.tar.bz2
timeline-7beb47609b4cac257171785bbe7e661ec165075d.zip
feat: Add hover effect on timeline item.
Diffstat (limited to 'FrontEnd/src/app/views')
-rw-r--r--FrontEnd/src/app/views/timeline-common/timeline-common.sass4
1 files changed, 4 insertions, 0 deletions
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