]> cat aescling's git repositories - mastodon.git/commitdiff
Fix glitch SCSS for links in error messages in admin interface
authorThibG <thib@sitedethib.com>
Fri, 3 May 2019 18:36:36 +0000 (20:36 +0200)
committerThibaut Girka <thib@sitedethib.com>
Sat, 4 May 2019 14:43:08 +0000 (16:43 +0200)
Port SCSS changes from 011b032300657ccca4a42866749afc6ec2588ecc

app/javascript/flavours/glitch/styles/forms.scss

index 91888d3059fed32cf642a9ad7ee7467f0401b13a..2b8d7a6825ff4abd6341e8305bc3f7a8babc5691 100644 (file)
@@ -533,6 +533,17 @@ code {
     color: $error-value-color;
   }
 
+  a {
+    display: inline-block;
+    color: $darker-text-color;
+    text-decoration: none;
+
+    &:hover {
+      color: $primary-text-color;
+      text-decoration: underline;
+    }
+  }
+
   p {
     margin-bottom: 15px;
   }