소스 검색

set cursor to not-allowed for inactive options (#28298)

ycw 1 년 전
부모
커밋
d3f5c0199d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      editor/css/main.css

+ 1 - 0
editor/css/main.css

@@ -402,6 +402,7 @@ select {
 			background-color: transparent;
 			padding: 5px 10px;
 			margin: 0 !important;
+			cursor: not-allowed;
 		}
 
 #sidebar {