Skip to content

Commit

Permalink
Fix: Remove hover states from progress indicators (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
swashbuck authored Mar 20, 2023
1 parent 1a34b8a commit 5c98ce2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions less/plugins/adapt-contrib-narrative/narrative.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
&__progress {
background-color: @item-color;
border-radius: 50%;

.no-touch &:not(.is-selected):hover {
background-color: @item-color-hover;
.transition(background-color @duration ease-in);
}
}

&__progress.is-visited {
Expand Down

0 comments on commit 5c98ce2

Please sign in to comment.