Skip to content

Commit

Permalink
honor reduced motion flag for language status item, #145950
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Apr 1, 2022
1 parent 0c951e5 commit eed790d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
}
}

.monaco-workbench .statusbar DIV#status\.languageStatus span.codicon.wiggle {
.monaco-workbench.enable-motion .statusbar DIV#status\.languageStatus span.codicon.wiggle {
animation-duration: .8s;
animation-iteration-count: 1;
animation-name: wiggle;
}

.monaco-workbench .statusbar DIV#status\.languageStatus span.codicon.wiggle.repeat {
.monaco-workbench.enable-motion .statusbar DIV#status\.languageStatus span.codicon.wiggle.repeat {
animation-iteration-count: 3;
}

Expand Down

0 comments on commit eed790d

Please sign in to comment.