﻿// Copyright (c) Microsoft Corporation.  All Rights Reserved. Licensed under the MIT License. See License.txt in the project root for license information.
.Colors(@theme) {
    .colorDefinitions(@theme);

    .win-tooltip {
        color: @baseHigh;
        border-color: @chromeHigh;
        background-color: @chromeMediumMid;
    }
}

@media (-ms-high-contrast) {
    .win-tooltip {
        background-color: Window;
        border-color: WindowText;
        color: WindowText;
    }
}
