Kaynağa Gözat

Merge branch 'iteration-20250110-last' into jenkins

lex-xin 5 ay önce
ebeveyn
işleme
30944612a2

+ 7 - 2
src/components/layout/guide-section/index.module.less

@@ -208,9 +208,14 @@
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
-    border-radius: 6px;
-    &:hover,
+
     &.active {
+      border-radius: 6px;
+      color: #097bec;
+      background: #e8f4ff;
+    }
+
+    &:hover {
       color: #097bec;
       background: #e8f4ff;
     }