From 970b590a2b08e62713034d05082c81be9b699d11 Mon Sep 17 00:00:00 2001 From: nd0ut Date: Tue, 11 Oct 2022 13:00:28 +0400 Subject: [PATCH] fix(modal): disable stroked backdrop by default --- blocks/themes/lr-basic/config.css | 2 +- get-started/configuration/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blocks/themes/lr-basic/config.css b/blocks/themes/lr-basic/config.css index 910452383..728d5d322 100644 --- a/blocks/themes/lr-basic/config.css +++ b/blocks/themes/lr-basic/config.css @@ -18,7 +18,7 @@ --cfg-use-cloud-image-editor: 1; --cfg-modal-scroll-lock: 1; - --cfg-modal-backdrop-strokes: 1; + --cfg-modal-backdrop-strokes: 0; --cfg-source-list-wrap: 1; diff --git a/get-started/configuration/README.md b/get-started/configuration/README.md index e2007322e..f6f72811e 100644 --- a/get-started/configuration/README.md +++ b/get-started/configuration/README.md @@ -81,7 +81,7 @@ For example, this is the list of pre-defined parameters used by default in our [ --cfg-use-cloud-image-editor: 1; --cfg-modal-scroll-lock: 1; - --cfg-modal-backdrop-strokes: 1; + --cfg-modal-backdrop-strokes: 0; --cfg-source-list-wrap: 1;