// 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

/**
 * @summary Checkmark that is visibily toggled when input is checked
 *
 * @name non-coverable-content
 * @selector .slds-visual-picker__text-check
 * @restrict .slds-visual-picker span
 * @support dev-ready
 * @variant
 */
.slds-visual-picker__text-check {
  position: absolute;
  top: 0.1rem;
  right: rem(10px);
  width: $square-icon-x-small-content;
  height: $square-icon-x-small-content;
}

.slds-visual-picker input[disabled] ~ label .slds-visual-picker__text-check {
  opacity: 0;
}
