浏览代码

Removed the lines from the other .uss file

/main
Martin Thorzen 6 年前
当前提交
11b55c02
共有 1 个文件被更改,包括 1 次插入18 次删除
  1. 19
      com.unity.shadergraph/Editor/Resources/Styles/Blackboard.uss

19
com.unity.shadergraph/Editor/Resources/Styles/Blackboard.uss


.sgblackboardField > .mainContainer > #contentItem > #pill > #textLabel {
font-size: 11;
}
.sgblackboardFieldPropertyView > .rowView {
flex-direction: row;
padding-left: 10;
padding-right: 2;
padding-top: 2;
padding-bottom: 2;
}
.sgblackboardFieldPropertyView > .rowView > .rowViewLabel {
min-width: 50;
font-size: 11;
}
.sgblackboardFieldPropertyView > .rowView > .rowViewControl {
flex: 1;
}
}
正在加载...
取消
保存