wyze / atom-seti-icons

The awesome icons provided by Seti UI theme.
https://atom.io/packages/seti-icons
MIT License
33 stars 14 forks source link

Add override for One Dark/Light Theme's minimally sized tabs #51

Closed UltCombo closed 7 years ago

UltCombo commented 7 years ago

The icons were not appearing in the One Dark/Light Theme with the "tab sizing" config set to "minimum", or to "auto" in a small Atom window.

Removing the absolute positioning with hardcoded top is better than just adding a padding-left to the tabs, as the One Dark/Light theme also has varying height tabs depending on the "layout mode" config.

A Less mixin is being used as :extend would not work in this case—the [tabsizing="minimum"] rule must be applied independent of any media query.