Skip to content

Commit

Permalink
Merge pull request #10723 from seamuslee001/CRM-20945
Browse files Browse the repository at this point in the history
CRM-20945 Remove underline on active pager step
  • Loading branch information
colemanw authored Jul 25, 2017
2 parents e3a8d33 + 874c8a0 commit 9c64494
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/searchForm.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@
color: #2A71B4;
font-weight: normal;
}

/* CRM-20945 Remove underline to show active pager */
.crm-container #alpha-filter a.active {
border-bottom: none;
color: #41477E;
font-weight: bold;
}

0 comments on commit 9c64494

Please sign in to comment.