aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorEric Guzman2012-08-21 10:25:14 -0700
committerEric Guzman2012-08-21 10:25:14 -0700
commitb3567811595f33f8fa8bcf36cd5aaf749120334d (patch)
treed6cb3cef8015cefc8b607cf43b39f2333e6e4a60 /scss
parent1e9d019867ff90840735ec531af5ebec9c7962e6 (diff)
downloadninja-b3567811595f33f8fa8bcf36cd5aaf749120334d.tar.gz
Tools - Removed transition on tool button hover to prevent flicker
Diffstat (limited to 'scss')
-rwxr-xr-xscss/imports/scss/_toolbar.scss1
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 {