Skip to content

Commit

Permalink
ensure that list header icons inherit hover colors (metabase#11236)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdoh authored Oct 31, 2019
1 parent 9fcd4cf commit 16680d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/metabase/css/components/list.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
color: var(--color-text-dark);
}

.List-section-header:hover .Icon {
color: inherit;
}

.List-item .Icon {
color: var(--color-text-light);
}
Expand Down

0 comments on commit 16680d5

Please sign in to comment.