MiMo42 / MMTabBarView

A Mac OS X tab bar view that works on 10.9+ with Xcode 9.3+. Pull requests welcomed.
http://mimo42.github.com/MMTabBarView/
243 stars 79 forks source link

No hightlight style for selected tab when using yosemite tab style #50

Closed treblam closed 7 years ago

treblam commented 7 years ago

There is no highlight style for selected tab when using yosemite tab style. See image below:

image

The second bar is the selected tab, and thus should be highlighted.

MiMo42 commented 7 years ago

Just set the colors of your yosemite tab style. There are two properties: selectedTabColor and unselectedTabColor.

Additionally you'll find a change in colors for selected/deselected tabs in active/inactive windows in the development branch.