From d82187a187ff68cffecbee099f2b2336d898c91d Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Mon, 4 Feb 2013 09:06:14 -0800 Subject: [PATCH] remove generic properties reset by is-focused merge --- themes/atom-dark-ui/tabs.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/themes/atom-dark-ui/tabs.css b/themes/atom-dark-ui/tabs.css index 24b1ba2ad..7a3d8b394 100644 --- a/themes/atom-dark-ui/tabs.css +++ b/themes/atom-dark-ui/tabs.css @@ -5,8 +5,6 @@ } .is-focused .tab { - cursor: default; - padding: 2px 21px 2px 9px; background-image: -webkit-linear-gradient(#444, #3d3d3d); border-top: 1px solid #383838; border-right: 1px solid #2e2e2e; @@ -27,8 +25,6 @@ } .tab { - cursor: default; - padding: 2px 21px 2px 9px; background-color: #555; background-image: none; border-top: 1px solid #383838; @@ -88,16 +84,13 @@ border: 1px solid #595959; } - .is-focused .tab.active:before { border-bottom-right-radius: 4px; border-width: 0 1px 1px 0; box-shadow: 2px 2px 0 #424242; - left: -4px; } .is-focused .tab.active:after { - right: -4px; border-bottom-left-radius: 4px; border-width: 0 0 1px 1px; box-shadow: -2px 2px 0 #424242;