satof3 2 سال پیش
والد
کامیت
58b9b9c2f7
1فایلهای تغییر یافته به همراه10 افزوده شده و 2 حذف شده
  1. 10 2
      packages/remark-lsx/src/client/components/LsxPageList/LsxListView.module.scss

+ 10 - 2
packages/remark-lsx/src/client/components/LsxPageList/LsxListView.module.scss

@@ -6,7 +6,15 @@
   }
 
   .page-list-ul > li > div > a {
-    --grw-wiki-link-color-rgb: $body-color;
-    --grw-wiki-link-hover-color-rgb: $body-color;
+    padding: 0px;
+    color: inherit;
+
+    &:not(:hover) {
+      text-decoration: none;
+    }
+
+    &:hover {
+      color: inherit;
+    }
   }
 }