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