Skip to content

Commit

Permalink
Groups/layer text now changes font colour when hovering over column p…
Browse files Browse the repository at this point in the history
…arent.
  • Loading branch information
stuartwoodman committed Apr 17, 2024
1 parent 3441a51 commit ba30970
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 ba30970

Please sign in to comment.