// Copyright (c) 2016-2018 VMware, Inc. All Rights Reserved.
// This software is released under MIT license.
// The full license information can be found in LICENSE in the root directory of this project.

// Usage: ../forms/_select.clarity.scss
$clr-select-hover-background: rgba(221, 221, 221, 0.5);
$clr-select-after-color: $gray-dark-midtone;
$clr-select-after-hover-color: $gray-dark;
// Multiselect
$clr-multiple-select-background: $clr-white;
$clr-multiple-select-border-color: $gray-light-midtone;
