From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/web/static/src/scss/lazyloader.scss | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 addons/web/static/src/scss/lazyloader.scss (limited to 'addons/web/static/src/scss/lazyloader.scss') diff --git a/addons/web/static/src/scss/lazyloader.scss b/addons/web/static/src/scss/lazyloader.scss new file mode 100644 index 00000000..fb3f39f4 --- /dev/null +++ b/addons/web/static/src/scss/lazyloader.scss @@ -0,0 +1,8 @@ + +// Disable buttons and links marked with the o_wait_lazy_js class or in a +// section which is marked with the o_wait_lazy_js class. +a[href], button, input[type="submit"], input[type="button"], .btn { + &.o_wait_lazy_js, .o_wait_lazy_js & { + pointer-events: none; + } +} -- cgit v1.2.3