Преглед на файлове

Merge branch 'iteration-20250110-last' into jenkins

lex-xin преди 5 месеца
родител
ревизия
30944612a2
променени са 1 файла, в които са добавени 7 реда и са изтрити 2 реда
  1. 7 2
      src/components/layout/guide-section/index.module.less

+ 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;
     }