Let relevant style overrides use the new raised text colors
This commit is contained in:
parent
ab6e8270df
commit
520d77bb44
|
@ -42,7 +42,7 @@
|
|||
& .dropdown-item:hover,
|
||||
& .dropdown-item:active {
|
||||
background: transparent;
|
||||
color: RGB(var(--body-text));
|
||||
color: RGB(var(--raised-text));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
.dropdown-menu {
|
||||
color: RGB(var(--body-text));
|
||||
color: RGB(var(--raised-text));
|
||||
background-color: var(--raised-bg);
|
||||
box-shadow: $box-shadow-lg;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.dropdown-item {
|
||||
color: RGB(var(--body-text));
|
||||
color: RGB(var(--raised-text));
|
||||
|
||||
&.active,
|
||||
&.active,
|
||||
&:active,
|
||||
&:active:hover {
|
||||
color: RGB(var(--primary-text));
|
||||
|
@ -16,6 +16,7 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
color: RGB(var(--raised-accent-text));
|
||||
background-color: var(--raised-accent);
|
||||
}
|
||||
}
|
||||
|
@ -32,4 +33,4 @@
|
|||
.dropdown-menu--lists {
|
||||
max-width: 275px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,9 +13,10 @@
|
|||
}
|
||||
|
||||
.list-group-item-action {
|
||||
color: RGB(var(--body-text));
|
||||
color: RGB(var(--raised-text));
|
||||
|
||||
&:hover, &:focus {
|
||||
color: RGB(var(--raised-accent-text));
|
||||
background-color: var(--raised-accent);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue