UNPKG

cloud-ui.vusion

Version:
19 lines (16 loc) 287 B
.root { display: inline-block; cursor: pointer; user-select: none; color: #666; padding: 0 20px; transition: color 0.2s; } .root:hover { color: $brand-primary; background: #f6f7f9; } .root[selected] { color: $brand-primary; background: white; }