-
Notifications
You must be signed in to change notification settings - Fork 670
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
Submenu links don't appear as links #510
Comments
Thanks, @tgross! We have a branch going with a responsive redesign (probably landing this weekend) and then I'll chat with our site mastermind @mattstratton and figure out how best to clear up this admittedly confusing visual. I appreciate the detailed issue. |
Totally get where you're coming from; this is inherited from the previous design which I assume had some reason for making them not have underlines. :) We will noodle on the change. |
So I spent some time debugging this and my CSS foo is at wits end. The hover action for the CSS class ID has been defined but its been overruled elsewhere as its not being triggered or interpreted by the browser (at least with the built in Chrome DevTools). |
Do you know the trick in Dev Tools to expose the :hover psudoclass? |
Yup. The trick works on the front page but not on the event headers. On Sunday, 12 June 2016, Matt Stratton notifications@github.com wrote:
Yvo van Doorn — Manager, Technical Services (EMEA) +31 6 38 74 07 46 <+316740746> – yvo@chef.io – *my: *Linkedin CHEF CHEF.IO http://www.chef.io/ TM chef.io http://www.chef.io/ Blog http://www.chef.io/blog/ Facebook |
Ok so I think I fixed it, but I don't like how I had to fix it. This actually all goes back to issues with us using |
Make hover links on event pages do the underline. Fixes #510
Links in the submenus don't appear as links; they're just black text on a gray box. For example:
I was going to make a PR with a tweak but you're using Less and I got a bit lost trying to find where I was supposed to be. 😊 The compiled asset is http://www.devopsdays.org//css/devops.min.css and with this fix:
You end up with this nicer submenu:
cc @bridgetkromhout as you asked me to drop a line here
The text was updated successfully, but these errors were encountered: