From b3567811595f33f8fa8bcf36cd5aaf749120334d Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Tue, 21 Aug 2012 10:25:14 -0700 Subject: Tools - Removed transition on tool button hover to prevent flicker --- scss/imports/scss/_toolbar.scss | 1 - 1 file changed, 1 deletion(-) (limited to 'scss/imports') 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 @@ opacity: 1; margin-bottom: 2px; -webkit-transform: scale(0.8); - -webkit-transition: 0.15s all cubic-bezier(.44,.19,0,.99); } .toolbutton:hover, .toolbutton.active { -- cgit v1.2.3