Browse Source

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

ycw 1 year ago
parent
commit
d3f5c0199d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      editor/css/main.css

+ 1 - 0
editor/css/main.css

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