Semantic-Org / Semantic-UI-Rails-LESS

This is a gem for Rails with Semantic UI (http://semantic-ui.com) assets inside.
MIT License
123 stars 36 forks source link

ui pointing dropdown link item not working #8

Closed bhanuone closed 9 years ago

bhanuone commented 9 years ago

here is my code in haml

.ui.menu
  .menu
    %a.item
      Home
    .ui.pointing.dropdown.link.item
      %span.text Shopping
      %i.dropdown.icon
      .menu
        .header Categories
        .item
          %i.dropdown.icon
          %span.text Clothing
          .menu
            .header Mens
            .item Shirts
            .item Pants
            .item Jeans
            .item Shoes
            .divider
            .header Womens
            .item Dresses
            .item Shoes
            .item Bags
        .item Home Goods
        .item Bedroom
        .divider
        .header Order
        .item Status
        .item Cancellations
    %a.item
      Forums
    %a.item
      Contact Us
maxd commented 9 years ago

Prepare example to reproduce your problem and ask question on official Semantic UI issue tracker.