Skip to content

Commit

Permalink
Merge pull request #6498 from OCHA-DAP/feature/HDX-10401-change-fresh…
Browse files Browse the repository at this point in the history
…ness-leaf-color

HDX-10401 change freshness leaf color on dataset page
  • Loading branch information
danmihaila authored Dec 10, 2024
2 parents ce2928f + a295306 commit cf07e3a
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,9 @@ ul.dataset-resources li.label-icons a .humanitarianicons-Chart:hover::before {
ul.dataset-resources li.label-icons a .icon-hxl-tags:hover::before {
color: #f2645a;
}
ul.dataset-resources li.label-icons a.humanitarianicons-Environment.fresh::before {
color: #1bb580;
}
ul.dataset-resources li.label-icons span {
padding: 0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ ul.dataset-resources li.label-icons a .humanitarianicons-Chart:hover::before {
ul.dataset-resources li.label-icons a .icon-hxl-tags:hover::before {
color: #f2645a;
}
ul.dataset-resources li.label-icons a.humanitarianicons-Environment.fresh::before {
color: #1bb580;
}
ul.dataset-resources li.label-icons span {
padding: 0;
}
Expand Down
3 changes: 3 additions & 0 deletions ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/base/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,9 @@ ul.dataset-resources li.label-icons a .humanitarianicons-Chart:hover::before {
ul.dataset-resources li.label-icons a .icon-hxl-tags:hover::before {
color: #f2645a;
}
ul.dataset-resources li.label-icons a.humanitarianicons-Environment.fresh::before {
color: #1bb580;
}
ul.dataset-resources li.label-icons span {
padding: 0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,9 @@ ul.dataset-resources li.label-icons a .humanitarianicons-Chart:hover::before {
ul.dataset-resources li.label-icons a .icon-hxl-tags:hover::before {
color: #f2645a;
}
ul.dataset-resources li.label-icons a.humanitarianicons-Environment.fresh::before {
color: #1bb580;
}
ul.dataset-resources li.label-icons span {
padding: 0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -956,6 +956,9 @@ ul.dataset-resources li.label-icons a .humanitarianicons-Chart:hover::before {
ul.dataset-resources li.label-icons a .icon-hxl-tags:hover::before {
color: #f2645a;
}
ul.dataset-resources li.label-icons a.humanitarianicons-Environment.fresh::before {
color: #1bb580;
}
ul.dataset-resources li.label-icons span {
padding: 0;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ ul.dataset-resources {
.icon-hxl-tags:hover::before {
color: @orangeColor;
}
&.humanitarianicons-Environment.fresh::before {
color: @freshGreenColor;
}
}
span {
padding: 0;
Expand Down

0 comments on commit cf07e3a

Please sign in to comment.