﻿

/* Focus state color on hover for all buttons */
.m-button-primary-sm:focus,
.m-button-primary-md:focus,
.m-button-primary-lg:focus {
    background-color: #0063b1;
    color: #ffffff;
    outline: 2px solid #000 !important;
}

.m-button-secondary-sm:focus,
.m-button-secondary-md:focus,
.m-button-secondary-lg:focus {
    background-color: #9e9e9e;
    color: #2b2b2b;
    outline: 2px solid #000 !important;
}

.m-button-green-sm:focus,
.m-button-green-md:focus,
.m-button-green-lg:focus {
    background-color: #599b00;
    color: #ffffff;
    outline: 2px solid #000 !important;
}

.m-button-destructive-sm:focus,
.m-button-destructive-md:focus,
.m-button-destructive-lg:focus {
    background-color: #a80000;
    color: #ffffff;
    outline: 2px solid #000 !important;
}