diff options
author | Eric Guzman | 2012-08-21 10:25:14 -0700 |
---|---|---|
committer | Eric Guzman | 2012-08-21 10:25:14 -0700 |
commit | b3567811595f33f8fa8bcf36cd5aaf749120334d (patch) | |
tree | d6cb3cef8015cefc8b607cf43b39f2333e6e4a60 /scss/imports | |
parent | 1e9d019867ff90840735ec531af5ebec9c7962e6 (diff) | |
download | ninja-b3567811595f33f8fa8bcf36cd5aaf749120334d.tar.gz |
Tools - Removed transition on tool button hover to prevent flicker
Diffstat (limited to 'scss/imports')
-rwxr-xr-x | scss/imports/scss/_toolbar.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/imports/scss/_toolbar.scss b/scss/imports/scss/_toolbar.scss index 98b43535..54ea2aee 100755 --- a/scss/imports/scss/_toolbar.scss +++ b/scss/imports/scss/_toolbar.scss | |||
@@ -65,7 +65,6 @@ | |||
65 | opacity: 1; | 65 | opacity: 1; |
66 | margin-bottom: 2px; | 66 | margin-bottom: 2px; |
67 | -webkit-transform: scale(0.8); | 67 | -webkit-transform: scale(0.8); |
68 | -webkit-transition: 0.15s all cubic-bezier(.44,.19,0,.99); | ||
69 | } | 68 | } |
70 | 69 | ||
71 | .toolbutton:hover, .toolbutton.active { | 70 | .toolbutton:hover, .toolbutton.active { |