From 8b07dd0823da01bc78000ab20feba352e5dd2839 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Mon, 23 Sep 2013 15:28:44 -0700 Subject: [PATCH] Move the fosuable-panel stuff to the core styles --- stylesheets/panels.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stylesheets/panels.less b/stylesheets/panels.less index 99ae456..a8ceebf 100644 --- a/stylesheets/panels.less +++ b/stylesheets/panels.less @@ -13,13 +13,8 @@ .text(normal); position: relative; - opacity: 0.8; background-color: @tool-panel-background-color; - &:focus { - opacity: 1; - } - &.panel-bottom { border-top: 1px solid @tool-panel-border-color; box-shadow: inset 0 1px 0 @background-color-highlight;