Skip to content
Snippets Groups Projects
Commit 145e8dd6 authored by bgm's avatar bgm
Browse files

issue#13 Fix accordion help icon colour

parent e2b594c7
No related branches found
No related tags found
No related merge requests found
...@@ -29,12 +29,12 @@ summary.crm-accordion-header, ...@@ -29,12 +29,12 @@ summary.crm-accordion-header,
} }
.helpicon { .helpicon {
color: $crm-white; color: $brand-primary;
opacity: 1; opacity: 1;
padding-left: 15px; float: right;
&:hover { &:hover {
color: $crm-white; color: $brand-primary;
opacity: 0.8; opacity: 0.8;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment