diff client/src/components/Sidebar.vue @ 5629:84d01a536bec 729-node-js-newer-version

Transformed scss and sass styles into css
author Luisa Beerboom <lbeerboom@intevation.de>
date Thu, 11 May 2023 13:23:52 +0200
parents 7768f14f6535
children
line wrap: on
line diff
--- a/client/src/components/Sidebar.vue	Tue May 09 13:20:28 2023 +0200
+++ b/client/src/components/Sidebar.vue	Thu May 11 13:23:52 2023 +0200
@@ -189,7 +189,7 @@
 };
 </script>
 
-<style lang="scss" scoped>
+<style scoped>
 .menubutton {
   height: 2rem;
   width: 2rem;
@@ -219,16 +219,16 @@
   color: #333;
   text-decoration: none;
   font-size: 90%;
-  .indicator {
-    left: auto;
-    right: 10px;
-    top: 8px;
-    border-radius: 0.25rem;
-  }
-  &.router-link-exact-active .indicator {
-    background: #fff;
-    color: #333;
-  }
+}
+.menu a .indicator {
+  left: auto;
+  right: 10px;
+  top: 8px;
+  border-radius: 0.25rem;
+}
+.menu a.router-link-exact-active .indicator {
+  background: #fff;
+  color: #333;
 }
 
 .menu a svg path {