UNPKG

@innovaccer/design-system

Version:

React components library project for Innovaccer Design System

24 lines (20 loc) 466 B
.ActionButton { display: flex; flex-shrink: 0; overflow: hidden; user-select: none; cursor: pointer; color: var(--inverse-lighter); border-radius: var(--border-radius-full); padding: var(--spacing-05); } .ActionButton:focus-visible, .ActionButton:focus { outline: var(--spacing-05) solid var(--secondary-shadow); } .ActionButton:hover { background-color: var(--secondary); } .ActionButton:active { background-color: var(--secondary-dark); }