Topic: Waves effect doesn't work when clicking on "fa" element or on top menu

Boris Akimenko pro asked 8 years ago


Subj: http://mdbootstrap.com/live/_MDB4/docs/double-nav.html Fix:
<ul class="nav-icons">
            <li class=" waves-effect waves-light"><a href="#" class=" waves-effect waves-light><i class="fa fa-comments-o"></i><br><span>Support</span></a></li>
        </ul>
remove ul.nav-icons > li.waves-effect.waves-light > a.waves-effect.waves-light there must left only ul.nav-icons > li.waves-effect waves-light > a
<ul class="nav-icons">
            <li class=" waves-effect waves-light"><a href="#"><i class="fa fa-comments-o"></i><br><span>Support</span></a></li>
        </ul>

Michal Szymanski staff answered 8 years ago


We'll fix it, thanks :)

Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Resolved

Specification of the issue

  • ForumUser: Pro
  • Premium support: No
  • Technology: General Bootstrap questions
  • MDB Version: -
  • Device: -
  • Browser: -
  • OS: -
  • Provided sample code: No
  • Provided link: No
Tags