@gravityforms/components
Version:
UI components for use in Gravity Forms development. Both React and vanilla js flavors.
23 lines (18 loc) • 717 B
CSS
/* @todo: set color for hover and focus states */
.gform-admin .gform-copy-button.gform-copy-button--flexible {
background: transparent;
block-size: auto;
border: none;
inline-size: auto;
padding: 0;
}
.gform-admin .gform-copy-button.gform-copy-button--flexible:hover, .gform-admin .gform-copy-button.gform-copy-button--flexible:active, .gform-admin .gform-copy-button.gform-copy-button--flexible:focus, .gform-admin .gform-copy-button.gform-copy-button--flexible:disabled {
background: transparent;
border: none;
box-shadow: none;
outline: none;
}
.gform-admin .gform-copy-button.gform-copy-button--flexible:disabled {
opacity: 0.5;
}
/*# sourceMappingURL=copy-button.css.map */