]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - assets/default/scss/shaarli.scss
Moved definition of a.selected to pass sasslint test
[github/shaarli/Shaarli.git] / 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 {