fix breadcrumbs active border and text color

This commit is contained in:
Dennis Eichhorn 2020-06-13 21:24:34 +02:00
parent b2c451b1ff
commit f81315c700
2 changed files with 127 additions and 215 deletions

View File

@ -51,14 +51,12 @@
.active {
cursor: default;
background: var(--button-colored-background);
}
.active, li:hover {
color: var(--text-on-background-color-2);
}
.active {
background: var(--button-colored-background);
border-right: none;
}
li:hover {

File diff suppressed because it is too large Load Diff