Fix badge colors in various places
This commit is contained in:
parent
da7e30f459
commit
0e97c7c80a
|
@ -1,6 +1,6 @@
|
|||
.list-group-item {
|
||||
background-color: transparent;
|
||||
|
||||
|
||||
&.active,
|
||||
&.active:hover {
|
||||
background-color: var(--primary);
|
||||
|
@ -14,8 +14,16 @@
|
|||
|
||||
.list-group-item-action {
|
||||
color: RGB(var(--body-text));
|
||||
|
||||
|
||||
&:hover, &:focus {
|
||||
background-color: var(--raised-accent);
|
||||
}
|
||||
}
|
||||
|
||||
.badge {
|
||||
color: RGB(var(--body-text));
|
||||
}
|
||||
|
||||
&.active .badge {
|
||||
color: RGB(var(--primary-text));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -28,6 +28,10 @@
|
|||
&.disabled {
|
||||
color: rgba(var(--primary-text), .25);
|
||||
}
|
||||
|
||||
.badge:not(.badge-primary) {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.show > .nav-link,
|
||||
|
|
Loading…
Reference in New Issue