1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-01-24 11:34:19 +01:00

Removes key-binding button style from command palette

This commit is contained in:
Rob Cameron 2014-02-26 18:06:01 -08:00
parent fb2047f3b0
commit 794720eec4

View File

@ -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;