Skip to content

Commit e2d19a0

Browse files
committed
Show EditorOnly entry as error
1 parent 8468a0b commit e2d19a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Packages/com.ramtype0.meshia.mesh-simplification/Ndmf/Editor/MeshiaCascadingAvatarMeshSimplifierRendererEntryEditor.uss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ SliderInt #unity-text-field {
3030
}
3131

3232
.editor-only VisualElement {
33-
background-color: rgba(255, 255, 0, 0.13);
34-
border-left-color: rgb(255, 255, 0);
35-
border-right-color: rgb(255, 255, 0);
36-
border-top-color: rgb(255, 255, 0);
37-
border-bottom-color: rgb(255, 255, 0);
33+
background-color: rgba(255, 0, 0, 0.13);
34+
border-left-color: rgb(255, 0, 0);
35+
border-right-color: rgb(255, 0, 0);
36+
border-top-color: rgb(255, 0, 0);
37+
border-bottom-color: rgb(255, 0, 0);
3838
}

0 commit comments

Comments
 (0)