From c03130db0a32afc153eeb6ef22ffa84a96628d85 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sun, 5 Mar 2017 16:44:14 +0100 Subject: [PATCH] GHI-#57 Remove left-sided tab close icon for macOS This should be implemented in the "tabs" core package. References: https://github.com/atom/tabs/issues/378 https://github.com/atom/one-dark-ui/issues/179 --- styles/tabs.less | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/styles/tabs.less b/styles/tabs.less index 5a4e7e4..36e497e 100644 --- a/styles/tabs.less +++ b/styles/tabs.less @@ -141,18 +141,6 @@ copyright Copyright (C) 2016 + } } -.platform-darwin { - .tab .close-icon { - left: 4px !important; - right: auto !important; - } - - .tab.modified:not(:hover) .close-icon { - left: 8px !important; - right: auto !important; - } -} - @media (max-width: 1280px), (max-height: 800px) { .tab-bar { height: @tab-height * 0.8;