mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-07 01:54:23 +00:00
9 lines
253 B
SCSS
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;
|
|
}
|