@atlassian/aui
Version:
Atlassian User Interface Framework
20 lines (14 loc) • 881 B
text/less
@import '../theme';
@aui-select2-unselectable-label-text-color: @aui-color-medium-gray;
@aui-select2-placeholder-text-color: @aui-color-medium-gray;
@aui-select2-dropdown-border-color: @aui-button-border-color;
@aui-select2-dropdown-focused-border-color: @aui-select2-dropdown-border-color;
@aui-select2-choice-border-color: @aui-select2-dropdown-border-color;
@aui-select2-choice-bg-color: @aui-color-light-gray;
@aui-select2-choice-text-color: @aui-color-charcoal;
@aui-select2-choices-bg-color: @aui-color-white;
@aui-select2-choice-hover-text-color: @aui-button-default-text-color;
@aui-select2-choice-hover-bg-color: @aui-button-default-hover-bg-color;
@aui-select2-choice-active-text-color: @aui-button-default-active-text-color;
@aui-select2-choice-active-bg-color: @aui-button-default-active-bg-color;
@aui-select2-result-active-bg-color: @aui-link-inverted-bg-color;