CruxFramework / crux-smart-faces

8 stars 3 forks source link

Menu doesn't use the css pattern: className-state #849

Closed samuelcardoso closed 9 years ago

samuelcardoso commented 9 years ago

Instead of this css pattern, the menu is using something like the following example: faces-Menu--open it should be: faces-Menu-open

Right now we can note that there are both patterns declared in the css and this is ocurring some bugs.

... we cannot change this to the correct pattern until Crux 6.0 because will break compatibility with old versions so we will keep the: faces-Menu--open pattern and let this bug open for now.