In PR: https://github.com/apache/incubator-openwhisk-website/pull/326 a bug 
crept in in versions of Chrome where the list image would push the block level 
anchor down on to the next line.
![image](https://user-images.githubusercontent.com/4106/45059685-d288c200-b06a-11e8-9245-e2ac3d8ebe2d.png)

I've moved the display none/block toggle to css and I'm simply adding and 
removing the `collapsible-toggle-toggled` class to display/hide the nested 
list. `collapsible-toggle` now adds the arrow as the background of it's first 
child anchor. This is more reliable than the list-image that has different 
behavior in different browsers.

As part of this fix I changed the #whiskIndex from being an id to a classname. 
A number of issues where popping up with specificity and I noticed that due to 
specificity we had a number of css attributes that where not doing anything. I 
suspect we might have more of those. 

[ Full content available at: 
https://github.com/apache/incubator-openwhisk-website/pull/327 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to