// Lightning Design System 2.29.1
// Copyright (c) 2015-present, salesforce.com, inc. All rights reserved
// Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license

@mixin focus-button {
  outline: 0;
  box-shadow: $shadow-button-focus;
}

@mixin focus-inverse {
  outline: none;
  box-shadow: $shadow-button-focus-inverse;
  border: $border-width-thin solid var(--slds-g-color-neutral-base-100, #{$color-border-button-focus-inverse});
}
