Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Magazine editor active tab not highlighted #1

Open
Seanharrs opened this issue Jul 10, 2018 · 0 comments
Open

Magazine editor active tab not highlighted #1

Seanharrs opened this issue Jul 10, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@Seanharrs
Copy link
Owner

Seanharrs commented Jul 10, 2018

The secondary column's active editor-tabs list item is showing as a brighter colour, it only works on hover.

Current behaviour is that the tab title and the image for the active tab both appear as the same colour as all the others:
current

Expected behaviour is that the tab title and the image for the active tab both appear as a brighter colour to signify which is currently selected:
expected

Note, the expected behaviour image above is what shows on hover, I have been unable to get it to remain like that once the hover is lost. The :active and :focused and :visited selectors do not appear to help resolve this issue. I have already attempted the following:

.editor-tabs .tab-title:active span { /* and .tab-title:focused and .tab-title:visited */
    color: #F7F7F7 !important;
}
.editor-tabs .tab-title span:active { /* and span:focused and span:active */
    color: #F7F7F7 !important;
}
.editor-tabs:active .tab-title span { /* and .editor-tabs:focused and .editor-tabs:active */
    color: #F7F7F7 !important;
}

There seems to be some javascript affecting the elements and changing their colour.

@Seanharrs Seanharrs added the enhancement New feature or request label Jul 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant