From 903e58b6f384a4248ec0ab1c99c77059af8a865e Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 23 Sep 2022 13:00:28 +0200 Subject: [PATCH] added no interaction class --- frontend/src/styles/test.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/styles/test.scss b/frontend/src/styles/test.scss index 6628308c2..5f914c10f 100644 --- a/frontend/src/styles/test.scss +++ b/frontend/src/styles/test.scss @@ -1095,6 +1095,9 @@ .textButton { margin: 0 0.5rem; + &.noInteraction { + pointer-events: none; + } } .fas {