When using Field Group horizontal tabs, the selected tab does not immediately respond visually to the state of being selected.
First it shows dark grey like this:
state1

and only after right-clicking the tab again, it gets the required color (white):
state2

CommentFileSizeAuthor
tabs2.png3.16 KBYuri
tabs1.png14.43 KBYuri
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Yuri’s picture

I solved this by overwriting this style in horizontal-tabs.css

.horizontal-tabs ul.horizontal-tabs-list li:hover, .horizontal-tabs ul.horizontal-tabs-list li:focus {
background-color: #ddd;
}

setting the background-color to white solved this.

sime’s picture

Status: Active » Closed (outdated)

As this is an old issue in D7, deferring to the Yuri's solution.