Files
hinode/assets/scss/components/_buttons.scss
2022-04-09 07:35:43 +02:00

9 lines
253 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 !important;
}