From f28789d335aeee49e3b54499cd2f0024f54e8f58 Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Thu, 28 Sep 2023 17:43:35 -0300 Subject: [PATCH] Fixed weird bib btn behavior (#1776) Fixes #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](https://github.com/mdbootstrap/mdb-ui-kit/issues/1505) (even though we are using an older one). Signed-off-by: George Araujo --- _config.yml | 5 +++++ _includes/head.html | 3 ++- _includes/scripts/bootstrap.html | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 3201819d7ccb..401c6d1f9f5b 100644 --- a/_config.yml +++ b/_config.yml @@ -386,6 +386,11 @@ mathjax: masonry: version: "4.2.2" integrity: "sha256-Nn1q/fx0H7SNLZMQ5Hw5JLaTRZp0yILA/FRexe19VdI=" +mdb: + version: "4.20.0" + integrity: + css: "sha256-jpjYvU3G3N6nrrBwXJoVEYI/0zw8htfFnhT9ljN3JJw=" + js: "sha256-NdbiivsvWt7VYCt6hYNT3h/th9vSTL4EDWeGs5SN3DA=" medium_zoom: version: "1.0.8" integrity: "sha256-7PhEpEWEW0XXQ0k6kQrPKwuoIomz8R8IYyuU1Qew4P8=" diff --git a/_includes/head.html b/_includes/head.html index 1b2b513e7aa1..3ec9b1b718bd 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -3,7 +3,8 @@ - + + diff --git a/_includes/scripts/bootstrap.html b/_includes/scripts/bootstrap.html index 658dd1923c30..e2ae85dd1775 100644 --- a/_includes/scripts/bootstrap.html +++ b/_includes/scripts/bootstrap.html @@ -1,3 +1,4 @@ - + +