ericcornelissen / pinned-tabs-for-atom

A package for the Atom text editor that allows you to pin tabs
https://atom.io/packages/pinned-tabs
MIT License
18 stars 3 forks source link

Only add a tab icon to pinned tabs #37

Closed bryan-havenly closed 7 years ago

bryan-havenly commented 7 years ago

Scope all tab bar icon and title styles to .tab.pinned

Fixes issue #36

ericcornelissen commented 7 years ago

Good solution, however the second line you changed (.tab-bar .tab.pinned .title) should stay as it was. As far as I know it cannot harm to have this rule always applied. But when it is not applied there are issues when you try to pin a tab via the context menu of the tab. If you revert that change, I'll merge the PR 👍

bryan-havenly commented 7 years ago

Should be good now 👍