UNPKG

@flexis/ui

Version:

Styleless React Components

24 lines (20 loc) 275 B
.root { display: inline-block; position: relative; } .input, .input::before { position: absolute; top: 0; left: 0; z-index: 1; opacity: 0; cursor: pointer; width: 100%; height: 100%; content: ''; } .input:disabled, .input:disabled::before { cursor: default; }