Skip to content

Commit

Permalink
Merge pull request #343 from stuartwoodman/AUS-4116-II-Highlighting
Browse files Browse the repository at this point in the history
AUS-4116 (again) - Highlighting
  • Loading branch information
stuartwoodman authored Apr 17, 2024
2 parents 3441a51 + ba30970 commit 8051cc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/browsepanel/browsepanel.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
.col:hover {
background-color: rgba(220, 220, 220, 0.8);
border-radius: 0.3rem;
color: #ce348a; /* From AuScope style guide */
}

.col:hover span {
color: #ce348a; /* From AuScope style guide */
}

a, span {
Expand Down

0 comments on commit 8051cc1

Please sign in to comment.