Forums BUG: Dark Mode Menu Not Showing Quick Links

Showcase One

Mythic User
Freedom! Member
Jan 12, 2016
2,022
494
Australia
tldr.tk
YouTube
Short description of bug: When in dark mode the quick links in the forum menu have the wrong style and are therefore blending in with the background.
Steps to reproduce:
  • Go to the UI.X dark style
  • open the menu
  • Try to view quick links.
  • Hover or click on them and on hover they will turn the proper Color.
Expected result: The links will be a light Color.
Actual result: They are the same Color as the background but on hover turn the proper Color.
System settings: IOS 9
Client settings: Google Chrome IOS

Just a note:
UI.X is a great xenforo theme however I do believe the freedom forums style does need to have some maintinence especially the style sheets. I suggest you review the entire theme and fix up any clashing styles.

Thanks

EDIT: After exploring the theme more I have noticed more inconsistencies such as the different colour node icons, style padding the needs fixing and other clashes of text. Hopefully these get fixed.
 
Last edited by a moderator:

Koala_Steamed

Mythic User
Hmmm on mobile? Mine seems to work https://i.gyazo.com/4ebaedd8dd9046186032986449546ccd.png[DOUBLEPOST=1499597198,1499597059][/DOUBLEPOST]Oh got it to break by squashing it...
[DOUBLEPOST=1499597452][/DOUBLEPOST]Looks like blockLinksList is the same colour as the background will try to fix that later

.uix_sidePane ul .subMenu .blockLinksList a {
color: rgb(44, 44, 44);
padding: 10px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-khtml-border-radius: 0;
border-radius: 0;
}