MiMo42 / MMTabBarView

A Mac OS X tab bar view that works on 10.9+ with Xcode 9.3+. Pull requests welcomed.

Home Page:http://mimo42.github.com/MMTabBarView/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No hightlight style for selected tab when using yosemite tab style

treblam opened this issue · comments

commented

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.

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.