소스 검색

设计验收问题

任一存 3 년 전
부모
커밋
80bfb8ed73
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. BIN
      web/src/assets/images/accessibility/big-cursor.cur
  2. 2 2
      web/src/views/accessibility.vue

BIN
web/src/assets/images/accessibility/big-cursor.cur


+ 2 - 2
web/src/views/accessibility.vue

@@ -1216,7 +1216,7 @@ a {
         &:hover {
           background-color: #4D2128;
         }
-        &.special-color {
+        &.special-color:not(:hover) {
           background-color: #701c12;
         }
         img {
@@ -1291,7 +1291,7 @@ a {
         &:hover {
           background-color: #4D2128;
         }
-        &.special-color {
+        &.special-color:not(:hover) {
           background-color: #701c12;
         }
         img {