diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-03-11 12:03:55 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-03-11 12:05:20 -0300 |
commit | 4e966dcb083ec365511b015d5daff8481d94f07a (patch) | |
tree | 1a4d162cada49e8249f9954bf529c5e27825c42b /web-ui | |
parent | 2fe630435ad5c0d95472bacf3b209a19c634957b (diff) |
Revert "#261 Making the tags icon be displayed over the mail list when hovered"
This reverts commit d0917e12464152dde8bc1ccac0748945b709804e.
Diffstat (limited to 'web-ui')
-rw-r--r-- | web-ui/app/scss/styles.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 6b334099..7c32d688 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -368,11 +368,6 @@ section { &:hover { background: #CCC; color: $navigation_background; - position: relative; - z-index: 5; - transition: z-index 150ms ease-out; - width: 95%; - opacity: 0.90; } i { |