N°2314 - Markup extensibility: Replace some hardcoded values by overloadable variables

This commit is contained in:
Stephen Abello
2020-02-12 14:52:20 +01:00
parent f76d649d1a
commit 166986f336
2 changed files with 5 additions and 7 deletions

View File

@@ -135,7 +135,7 @@ table.listResults > tbody > tr:hover > * {
table.listResults > tbody > tr.selected:hover > * {
/* hover on lines is currently done toggling td.hover, and having a rule for links */
background-color: lighten($combodo-orange, 20%);
background-color: $brand-primary-lightest;
color: $text-color;
}
@@ -3198,7 +3198,7 @@ span.search-button, span.refresh-button {
a{
text-decoration: none;
color: #555;
color: $breadcrumb-color;
font-size: 9pt;
padding: 0;
background: none;
@@ -3221,7 +3221,7 @@ span.search-button, span.refresh-button {
&:hover{
text-decoration: none;
color: $highlight-color;
color: $breadcrumb-highlight-color;
}
&::after{
@@ -3241,7 +3241,7 @@ span.search-button, span.refresh-button {
&.breadcrumb-current{
text-decoration: none;
color: #555;
color: $breadcrumb-color;
font-size: 9pt;
padding: 0;
background: none;