Skip to content

Commit

Permalink
Fixes CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hediet committed Sep 19, 2024
1 parent e958572 commit f6615e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/

/*
@keyframes blink { 50% { border-color: orange; } }
@keyframes blink { 50% { border-color: orange; } }
*/

.monaco-editor div.inline-edits-view-indicator {
Expand All @@ -25,7 +25,7 @@

/*
animation: blink 1s;
animation-iteration-count: 3;
animation-iteration-count: 3;
*/

opacity: 0;
Expand Down

0 comments on commit f6615e4

Please sign in to comment.