/* ==========================================================================
 * Button - Disabled
 * ========================================================================== */

.mds-c-button[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
