UNPKG

tdesign-react

Version:
12 lines (10 loc) 284 B
.textarea-status(@status) { &.@{prefix}-is-@{status} { border-color: @@borderColor; @borderColor: 'textarea-border-color-@{status}'; &:focus { box-shadow: 0 0 0 2px @@boxShadowColor; @boxShadowColor: 'textarea-box-shadow-color-@{status}-focus'; } } }