From 8ea2ad9010294dac6145da15e72c5f9bd49c6699 Mon Sep 17 00:00:00 2001
From: SharglutDev
Date: Tue, 14 Jan 2025 14:36:28 +0100
Subject: [PATCH] front: remove unused class in stdcm results
Signed-off-by: SharglutDev
---
front/src/styles/scss/applications/stdcm/_results.scss | 3 ---
1 file changed, 3 deletions(-)
diff --git a/front/src/styles/scss/applications/stdcm/_results.scss b/front/src/styles/scss/applications/stdcm/_results.scss
index 8c989b91e6a..1c4284d0a05 100644
--- a/front/src/styles/scss/applications/stdcm/_results.scss
+++ b/front/src/styles/scss/applications/stdcm/_results.scss
@@ -373,9 +373,6 @@
box-shadow:
0 0 0 2px rgba(255, 255, 255, 0.75) inset,
0 0 0 1px rgba(0, 0, 0, 0.25) inset;
- &.no-pointer-events {
- pointer-events: none;
- }
}
}
}