From f54d007f31200d261d1fa2614ef480ec8c61f504 Mon Sep 17 00:00:00 2001 From: JuliaSvinareva Date: Fri, 9 Jul 2021 14:44:11 +0300 Subject: [PATCH] [mobile] Fix bug 51161 --- apps/common/mobile/resources/less/common-material.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/mobile/resources/less/common-material.less b/apps/common/mobile/resources/less/common-material.less index 604e5bcbf..f299fe9ba 100644 --- a/apps/common/mobile/resources/less/common-material.less +++ b/apps/common/mobile/resources/less/common-material.less @@ -29,7 +29,6 @@ --f7-range-knob-size: 16px; --f7-link-highlight-color: transparent; - --f7-touch-ripple-color: @touchColor; --f7-link-touch-ripple-color: @touchColor; .button { @@ -42,6 +41,7 @@ --f7-dialog-button-text-color: @themeColor; .navbar { + --f7-touch-ripple-color: @touchColor; .sheet-close { width: 56px; height: 56px;