fixed accent link color overrides on sidebar and btn-app

pull/2544/head^2
REJack 2020-02-11 10:46:00 +01:00
parent 0238015f5e
commit 4480db7f27
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
5 changed files with 519 additions and 178 deletions

View File

@ -11,7 +11,7 @@
$pagination-active-border-color: $color;
.btn-link,
a:not(.dropdown-item ) {
a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
color: $link-color;
@include hover {
@ -19,9 +19,11 @@
}
}
.dropdown-item.active {
background: $color;
color: color-yiq($color);
.dropdown-item {
&.active {
background: $color;
color: color-yiq($color);
}
}
.custom-control-input:checked ~ .custom-control-label {
@ -42,15 +44,6 @@
.custom-file-input:focus ~ .custom-file-label {
border-color: lighten($color, 25%);
}
[class*="sidebar-light-"],
&[class*="sidebar-dark-"] {
.nav-sidebar .nav-treeview > .nav-item > {
.nav-link:not(.active):hover {
color: $color;
}
}
}
.page-item {
&.active .page-link {
@ -63,6 +56,30 @@
border-color: $pagination-disabled-border-color;
}
}
[class*="sidebar-dark-"] {
.sidebar {
a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
color: $sidebar-dark-color;
@include hover {
color: $sidebar-dark-hover-color;
}
}
}
}
[class*="sidebar-light-"] {
.sidebar {
a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link) {
color: $sidebar-light-color;
@include hover {
color: $sidebar-light-hover-color;
}
}
}
}
}
}

648
dist/css/adminlte.css vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long