소스 검색

HUE-3934 [core] Remove system default clear button from IE

Enrico Berti 9 년 전
부모
커밋
5f5e1f119c
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      desktop/core/src/desktop/static/desktop/css/hue3.css

+ 4 - 0
desktop/core/src/desktop/static/desktop/css/hue3.css

@@ -2594,3 +2594,7 @@ body {
   z-index: 1000;
   padding-bottom: 2px;
 }
+
+*::-ms-clear {
+  display: none;
+}