UNPKG

zp-bee

Version:

zp-bee,是一款基于 Dumi,由 React + TypeScript 开发的组件库 🎉。

19 lines (15 loc) 277 B
@import '../../style/themes/default'; .operation-unit() { color: @link-color; text-decoration: none; outline: none; cursor: pointer; transition: color 0.3s; &:focus, &:hover { color: @link-hover-color; } &:active { color: @link-active-color; } }