Skip to content

Commit

Permalink
Make priority starts visible in the Filter Panel on hover (mozilla#3424)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathjazz authored Oct 24, 2024
1 parent c546a21 commit 68b36c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions translate/src/modules/search/components/FiltersPanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@
float: left;
}

.filters-panel .menu li:hover .priority .fa-star {
color: var(--button-background-1);
}

.filters-panel .menu li .priority .fa-star.active {
color: var(--status-translated);
}
Expand Down

0 comments on commit 68b36c4

Please sign in to comment.