]> git.0d.be Git - panikdb.git/blobdiff - panikdb/static/css/style.scss
adjust style for matos location legend
[panikdb.git] / panikdb / static / css / style.scss
index 57b3ed6a0b3f8afaf5188be2757e1245828c81fe..19cd067f351e3371fbbc44e3f8f89ef7ff46d96c 100644 (file)
@@ -326,11 +326,21 @@ div.text {
                display: flex;
        }
        li {
+               margin-right: 1rem;
+               &.active {
+                       outline: 2px solid var(--primary-color);
+                       outline-offset: 5px;
+               }
+       }
+       a {
+               display: inline-block;
+               border: none;
                border-left: 20px solid transparent;
                padding-left: 3px;
-               margin-right: 1rem;
+               color: inherit;
        }
 }
+
 .pieces-list {
        padding: 1rem 1rem;
        background: white;