|
|
|
@ -159,12 +159,16 @@ hr {
@@ -159,12 +159,16 @@ hr {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.selectedFilter { |
|
|
|
|
background-color: var(--color-background-blue)!important; /* important prevents hover effect on click, @TODO CSS optimization */ |
|
|
|
|
color: var(--color-text-white)!important; |
|
|
|
|
background-color: var( |
|
|
|
|
--color-background-blue |
|
|
|
|
) !important; /* important prevents hover effect on click, @TODO CSS optimization */ |
|
|
|
|
color: var(--color-text-white) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.selectedFilter a { |
|
|
|
|
color: var(--color-text-white)!important; /* @TODO original re-definition below */ |
|
|
|
|
color: var( |
|
|
|
|
--color-text-white |
|
|
|
|
) !important; /* @TODO original re-definition below */ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#properties { |
|
|
|
|