zhouna 4 years ago
parent
commit
5eb5aab51b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/knowledgeExtra/DiagBase.vue

+ 1 - 1
src/components/knowledgeExtra/DiagBase.vue

@@ -389,7 +389,7 @@
     }
     .unvailable{
         color: #FE7D3D;
-        &:hover{
+        &:hover,&:active,&:focus{
             color: #f19061;
         }
     }