From 0fcbb37cc9f8055aee55a48f23d754947ebbc3b9 Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Tue, 8 Apr 2025 12:30:58 +0100 Subject: [PATCH] Rename app-testing-tools class to app-testing-tools__inset for consistency in styling --- app/components/create_log_actions_component.html.erb | 2 +- app/frontend/styles/_testing-tools.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/create_log_actions_component.html.erb b/app/components/create_log_actions_component.html.erb index 15361f493..bd2ba1e98 100644 --- a/app/components/create_log_actions_component.html.erb +++ b/app/components/create_log_actions_component.html.erb @@ -9,7 +9,7 @@ <% end %> <% if FeatureToggle.create_test_logs_enabled? %> -
+
Testing tools These options can only be seen and used in testing environments.
diff --git a/app/frontend/styles/_testing-tools.scss b/app/frontend/styles/_testing-tools.scss index f4b21b763..8f89418fc 100644 --- a/app/frontend/styles/_testing-tools.scss +++ b/app/frontend/styles/_testing-tools.scss @@ -1,4 +1,4 @@ -.app-testing-tools { +.app-testing-tools__inset { border-left-color: #f47738; margin-bottom: 0; margin-top: 0;