
$clr-btn-border-radius: 2px;
$clr-btn-primary-hover-color: white;
$clr-btn-success-hover-color: white;
$clr-btn-warning-hover-color: white;
$clr-btn-danger-hover-color: white;

// $clr-btn-default-outline-hover-color: white;
// $clr-btn-primary-outline-hover-color: white;
// $clr-btn-success-outline-hover-color: white;
// $clr-btn-warning-outline-hover-color: white;
// $clr-btn-danger-outline-hover-color: white;

.btn[class*="outline"]:active {
    color: white !important;
}