UNPKG

rsuite

Version:

A suite of react components

26 lines (20 loc) 394 B
@import '../../../styles/common'; // Close button .rs-btn-close { border: none; outline: none !important; background: transparent; line-height: 1; cursor: pointer; .rs-icon { vertical-align: bottom; } &:hover, &:focus { color: var(--rs-close-button-hover-color); svg path { stroke: var(--rs-close-button-hover-color); stroke-width: 1; } } }