From 794720eec431be069e55b79c330c42c824607e97 Mon Sep 17 00:00:00 2001 From: Rob Cameron Date: Wed, 26 Feb 2014 18:06:01 -0800 Subject: [PATCH] Removes key-binding button style from command palette --- stylesheets/utilities.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stylesheets/utilities.less b/stylesheets/utilities.less index c86dc1d..14cb134 100644 --- a/stylesheets/utilities.less +++ b/stylesheets/utilities.less @@ -2,10 +2,6 @@ @import "ui-variables"; .key-binding { - background: -webkit-linear-gradient( - rgba(100, 100, 100, 0.5), - rgba(70,70,70, 0.5)); - -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.1); display: inline-block; line-height: 100%; border-radius: @component-border-radius;