From 1e5c3afa9a5467d9368c38f58c021f6a8d667f78 Mon Sep 17 00:00:00 2001 From: brunosimon Date: Sun, 3 Sep 2017 23:53:37 +0200 Subject: [PATCH] :lipstick: Site > Versions > Add hover --- site/src/components/version/style.styl | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/site/src/components/version/style.styl b/site/src/components/version/style.styl index 8608430..455e4b8 100644 --- a/site/src/components/version/style.styl +++ b/site/src/components/version/style.styl @@ -8,6 +8,8 @@ margin-bottom 2px margin-left 1px color #F6F6F6 + -webkit-font-smoothing initial + -moz-osx-font-smoothing initial &.active width 202px @@ -52,4 +54,12 @@ background #41FF79 &.removed - background #FD4141 \ No newline at end of file + background #FD4141 + + &:hover + + .date + .from-now + // .modified-lines + opacity 1 + color #4BD1C5 \ No newline at end of file