Explorar el Código

Editor: Fixed outliner's low contrast issue in dark theme (#28248)

* hi con

* indent using  tabs
ycw hace 1 año
padre
commit
2802562d5a
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      editor/css/main.css

+ 4 - 1
editor/css/main.css

@@ -661,10 +661,13 @@ select {
 		}
 
 	.Outliner {
-		color: #888;
 		background: #222;
 	}
 
+		.Outliner .option {
+			color: #999;
+		}
+
 		.Outliner .option:hover {
 			background-color: rgba(21,60,94,0.5);
 		}