Hutchy68 / pivot

A MediaWiki mobile skin which "Pivots" seamlessly to any size display.
https://pivot.wikiproject.net
BSD 2-Clause "Simplified" License
37 stars 18 forks source link

Sidebar text color ignored when highlighted in mobile #101

Open Amousey opened 3 years ago

Amousey commented 3 years ago

Setup

Issue

From a mobile, highlighting a side bar menu item changes the background colour but not the text color of the link.

Pivot.css v2.2 code

@@ -798,6 +815,7 @@ ul.side-nav label { background: #517398; color: #fff; padding: .25em .5em; pointer-events: none; }

fenglisch commented 3 years ago

To change the text color, you have to select the a tag within the li tag, so in your case ... ul.side-nav label a ... Hope this helps.