Explorar o código

fix lint error

itizawa %!s(int64=6) %!d(string=hai) anos
pai
achega
e654b2ac57
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/client/styles/scss/_editor-overlay.scss

+ 3 - 3
src/client/styles/scss/_editor-overlay.scss

@@ -39,9 +39,9 @@
       opacity: 0.6;
       opacity: 0.6;
       .card-body {
       .card-body {
         min-width: 30em;
         min-width: 30em;
+        padding-bottom: 0;
         font-family: monospace;
         font-family: monospace;
         color: $text-muted;
         color: $text-muted;
-        padding-bottom: 0;
       }
       }
       ul > li {
       ul > li {
         list-style: none;
         list-style: none;
@@ -49,11 +49,11 @@
     }
     }
 
 
     .gfm-cheatsheet-modal-link {
     .gfm-cheatsheet-modal-link {
-      background-color: transparent;
-      border: none;
       color: $text-muted;
       color: $text-muted;
       pointer-events: all;
       pointer-events: all;
       cursor: pointer;
       cursor: pointer;
+      background-color: transparent;
+      border: none;
 
 
       opacity: 0.6;
       opacity: 0.6;