update button hover and active styles for consistency

This commit is contained in:
LailaWulandarii 2025-12-17 22:43:07 +07:00
parent 33cc69e008
commit 5a5d9c1441
1 changed files with 4 additions and 6 deletions

View File

@ -3559,12 +3559,10 @@ .btn-primary {
--bs-btn-bg: var(--bs-primary);
--bs-btn-border-color: var(--bs-primary);
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #3950a2;
--bs-btn-hover-border-color: #364b98;
--bs-btn-focus-shadow-rgb: 95, 118, 200;
--bs-btn-hover-bg: var(--bs-link-hover-color);
--bs-btn-hover-border-color: var(--bs-primary) --bs-btn-focus-shadow-rgb: 95, 118, 200;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #364b98;
--bs-btn-active-border-color: #32478f;
--bs-btn-active-bg: var(--bs-primary) --bs-btn-active-border-color: var(--bs-primary);
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: var(--bs-primary);
@ -4420,7 +4418,7 @@ .nav-tabs .dropdown-menu {
}
.nav-pills {
--bs-nav-pills-border-radius: .25rem;
--bs-nav-pills-border-radius: 50rem;
--bs-nav-pills-link-active-color: #fff;
--bs-nav-pills-link-active-bg: var(--bs-primary)
}