소스 검색

Fix selector

Denis K 8 년 전
부모
커밋
de2e04bdad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jet/static/jet/css/_changeform.scss

+ 1 - 1
jet/static/jet/css/_changeform.scss

@@ -725,7 +725,7 @@ body.popup .submit-row {
       transition: background-color $transitions-duration, color $transitions-duration;
     }
 
-    body.no-touchevents &:hover, &:active {
+    html.no-touchevents &:hover, &:active {
       background: $button-hover-background-color;
       color: $button-hover-text-color;
     }