Topic: Disable Waves
jp1
pro
asked 10 years ago
Whats the easiest/best way to disable waves through out the whole app? Just comment out the import of the waves scss file?
Add comment
Bartłomiej Malanowski
staff
answered 10 years ago
You can disable waves effect by commenting following code in mdb.js
Waves.attach('.btn, .btn-floating', ['waves-light']);
Waves.attach('.view .mask', ['waves-light']);
Waves.attach('.waves-light', ['waves-light']);
Waves.attach('.navbar-nav a, .nav-icons li a, .navbar form, .nav-tabs .nav-item', ['waves-light']);
Waves.attach('.navbar-brand', ['waves-light']);
Waves.attach('.pager li a', ['waves-light']);
Waves.attach('.pagination .page-item .page-link', ['waves-effect']);
Waves.init();
Avinash Dv free commented 8 years ago
Disabled the lines above, that didn't worked wt else can we do to disable the waves effect especially on buttons.FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
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