Skip to content

Commit

Permalink
Fixed weird bib btn behavior (alshedivat#1776)
Browse files Browse the repository at this point in the history
Fixes alshedivat#1774 by reverting mdb usage to cdn. Weirdly enough, when using
from local file it triggers a ripple effect when using `btn` class. It
states in the [official
docs](https://mdbootstrap.com/docs/standard/methods/ripple/) that:

> By default, ripple is added to every button (via .btn class)

Using [this
solution](https://mdbootstrap.com/support/standard/disable-waves-ripple-effect/)
only make this flicking happens faster. Also this does seem to be [an
issue](https://mdbootstrap.com/support/standard/how-to-disable-ripple-effect/)
still in the [latest
version](mdbootstrap/mdb-ui-kit#1505) (even
though we are using an older one).

Signed-off-by: George Araujo <[email protected]>
  • Loading branch information
george-gca committed Sep 28, 2023
1 parent ef73888 commit f1c6f34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Git LFS file not shown
4 changes: 2 additions & 2 deletions _includes/head.html
Git LFS file not shown
4 changes: 2 additions & 2 deletions _includes/scripts/bootstrap.html
Git LFS file not shown

0 comments on commit f1c6f34

Please sign in to comment.