From be9a55e8fb1f0501b8d414670dbca795e8470da5 Mon Sep 17 00:00:00 2001
From: Jan-Hendrik Willms <tleilax+studip@gmail.com>
Date: Tue, 28 May 2024 14:36:59 +0000
Subject: [PATCH] re-formatted scss code

---
 resources/assets/stylesheets/scss/tooltip.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/resources/assets/stylesheets/scss/tooltip.scss b/resources/assets/stylesheets/scss/tooltip.scss
index d927344f095..ac570a86388 100644
--- a/resources/assets/stylesheets/scss/tooltip.scss
+++ b/resources/assets/stylesheets/scss/tooltip.scss
@@ -39,7 +39,8 @@
         display: none;
     }
 
-    &:hover .tooltip-content, &:focus .tooltip-content {
+    &:hover .tooltip-content,
+    &:focus .tooltip-content {
         bottom: 100%;
         display: inline-block;
         left: 50%;
-- 
GitLab