Skip to content

Commit 20818f9

Browse files
committed
fix: Text color in secondary outline buttons
1 parent d627517 commit 20818f9

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/scss/theme.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ select {
342342
}
343343
}
344344

345-
.wt-footer-powered-by-webtrees{
345+
.wt-footer-powered-by-webtrees {
346346
content: url("../img/webtrees.svg");
347347
}
348348

@@ -450,6 +450,13 @@ select {
450450
margin-right: 0.5rem;
451451
}
452452

453+
.btn-outline-secondary {
454+
--#{$prefix}btn-color: var(--#{$prefix}gray-700);
455+
--#{$prefix}btn-hover-color: var(--#{$prefix}gray-700);
456+
--#{$prefix}btn-active-color: var(--#{$prefix}gray-700);
457+
--#{$prefix}btn-disabled-color: var(--#{$prefix}gray-700);
458+
}
459+
453460
// Fix Webtrees overriding link colors
454461
a:hover,
455462
.btn-link:hover,

0 commit comments

Comments
 (0)