From 5a68ae4b9c5ed273513b25844e618023be62e706 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Wed, 11 Mar 2015 12:03:41 -0300 Subject: Revert "#261 Fixing the transition timing" This reverts commit b27d525efcb8b48157c3659ef98109261841aa91. --- web-ui/app/scss/styles.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'web-ui/app/scss/styles.scss') diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 983a1e92..67342c18 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -158,6 +158,7 @@ } &.selected { background: #FFF; + z-index: 2; a { color: #333; } @@ -253,20 +254,20 @@ section { border-right: 1px solid lighten($navigation_background, 10%); ul#default-tag-list, #custom-tag-list { li { - transition: background-color 0.15s, color 0s, z-index 0.15s; + transition: background-color 150ms ease-in-out; padding: 2px 10px; cursor: pointer; - &.selected { font-weight: bold; background: $contrast; color: $navigation_background; } - &:hover { z-index: 5; + transition: z-index 150ms ease-out; background: #CCC; color: $navigation_background; + width: 95%; opacity: 0.90; } } -- cgit v1.2.3