Files
hinode/assets/scss/components/_buttons.scss
2023-02-18 07:44:38 +01:00

9 lines
292 B
SCSS

/* Set hover color for primary button to white (overrides color contrast defined in mixin) */
.btn-outline-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff if($enable-important-utilities, !important, null);
}