Files
XRLib/Assets/Resources/UIToolkit/Property/Views/UTKStringPropertyItemViewUss.uss

28 lines
598 B
Plaintext

/*
* UTKStringPropertyItemViewUss.uss
* String PropertyItem View 전용 스타일
*/
.utk-property-item-view--string {
/* String View 전용 스타일 */
}
.utk-property-item-view--string .utk-property-item-view__field {
flex-grow: 1;
}
/* ActionButton 스타일 */
.utk-property-item-view--string .utk-property-item-view__action-button {
margin-left: 4px;
flex-shrink: 0;
height: 24px;
}
.utk-property-item-view--string .utk-property-item-view__action-button-icon {
margin-left: 4px;
flex-shrink: 0;
min-width: 24px;
max-width: 24px;
height: 24px;
}