]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Moved definition of a.selected to pass sasslint test
authorKeith Carangelo <mail@kcaran.com>
Sun, 30 Aug 2020 11:26:21 +0000 (07:26 -0400)
committerKeith Carangelo <mail@kcaran.com>
Sun, 30 Aug 2020 11:26:21 +0000 (07:26 -0400)
assets/default/scss/shaarli.scss

index 3d25d2313e5fdd2564a9ed01001531f7f3395d66..7ab09d3f2e313657f6682bf211b7d9462c6a88e7 100644 (file)
@@ -616,11 +616,11 @@ body,
     padding: 5px;
     text-decoration: none;
     color: $dark-grey;
-  }
 
-  a.selected {
-    background: var(--main-color);
-    color: $white;
+    &.selected {
+      background: var(--main-color);
+      color: $white;
+     }
   }
 
   input {