]> _ Git - fluidbook-toolbox-quiz.git/commitdiff
wip #6927
authorsoufiane <soufiane@cubedesigners.com>
Tue, 21 May 2024 14:24:54 +0000 (16:24 +0200)
committersoufiane <soufiane@cubedesigners.com>
Tue, 21 May 2024 14:24:54 +0000 (16:24 +0200)
style/100-global.sass
style/103-question-multiple.sass
views/footer.blade.php

index 25b273e069ece82730213cea4b64ce3d29620066..a71fbb3cfb0e7781dfb5ed21ac1762ebead4202c 100644 (file)
@@ -14,6 +14,10 @@ body
 [data-icon] svg
     height: 20px
 
+a
+    text-decoration: none
+    color: $texts-color
+
 #quiz
     opacity: 0
     transition: opacity 200ms
index 0617ca37c9b8b2a04b481199c5fd3f34be959d87..eb566e64f2c55c49f8c8c65a026ba43dba4c0b63 100644 (file)
@@ -16,8 +16,6 @@
             display: flex
             a
                 width: 100%
-                text-decoration: none
-                color: $texts-color
             label
                 width: 100%
                 height: auto
index 0e07da70e0894d8c25ef60680d66bbf85ee3437d..00ac58e26083ed798032a2e1909df8d77914f663 100644 (file)
@@ -1,20 +1,20 @@
 <footer class="footer-question footer">
     @isset($reset)
-        <a class="btn secondary reset" aria-keyshortcuts="R">
+        <a class="btn secondary reset" aria-keyshortcuts="R" href="#">
             <span class="text">{{$__('Reset')}}</span>
             <span class="access">R</span>
         </a>
     @endisset
 
     @if(isset($info) && trim($info))
-        <a class="btn secondary none moreinfo" aria-keyshortcuts="M">
+        <a class="btn secondary none moreinfo" aria-keyshortcuts="M" href="#">
             <span class="text">{{$__('More infos')}}</span>
             <span class="access infos">M</span>
         </a>
     @endif
 
     <a class="btn primary {{ isset($matchMaking) ? "confirmMatch" : "action validate" }} {{ $countdown ? ' countdown' : ''  }}"
-       aria-keyshortcuts="Space">
+       aria-keyshortcuts="Space" href="#">
         <span class="text">
             @if(isset($matchMaking))
                 {{ $__('Confirm the match') }}
@@ -31,7 +31,7 @@
     </a>
 
     @if($data['instantReview'])
-        <a class="btn primary action none continue" aria-keyshortcuts="Space">
+        <a class="btn primary action none continue" aria-keyshortcuts="Space" href="#">
             <span class="text">{{$__('Continue')}}</span>
             <span class="access space">{{$__('space')}}</span>
         </a>