Skip to content

Commit

Permalink
GHI-#57 Remove left-sided tab close icon for macOS
Browse files Browse the repository at this point in the history
This should be implemented in the "tabs" core package.

References:
atom/tabs#378
atom/one-dark-ui#179
  • Loading branch information
arcticicestudio committed Mar 5, 2017
1 parent 031da28 commit c03130d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions styles/tabs.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c03130d

Please sign in to comment.