Commit 793c2191 authored by Liam's avatar Liam
Browse files

Bug #1829091: config theme not picking up on some colours

behatnotneeded

Change-Id: Ia2b1e0dee3fcbbd8379fa8f5ae8774619977765a
parent 1d74f6ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@
                        padding: 5px 5px 5px 0 !important;
                        border: 0;
                        background-color: $card-bg !important;
                        color: $link-color !important;
                        color: $link-color;
                        font-size: $font-size-base !important;
                        font-weight: 400 !important;
                        &:hover,
+33 −0
Original line number Diff line number Diff line
@@ -311,3 +311,36 @@ a.admin-site {
    background-color: {$data.background};
    color: {$data.backgroundfg};
}

.card.collapsible.collapsible-small legend h4 a,
.pieform-fieldset.collapsible.collapsible-small legend h4 a {
    color: {$data.link};
}

.form-group.multisubmit .cancel,
.form-group.submitcancel .cancel {
    color: {$data.link};
}

.page-item.active .page-link {
    background-color: {$data.background};
    border-color: {$data.background};
}

.footer .footer-nav .nav-link {
    color: {$data.link};
}

.footer .metadata {
    color: {$data.link};
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: {$data.background};
}

.dropdown-item.active a,
.dropdown-item:active a {
    color: #fff;
}