Skip to content

Commit

Permalink
Add hidden modifier (Refs #110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed May 27, 2022
1 parent ddbfd64 commit afac8f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist/codicon.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
opacity: 0.5;
}

.codicon-modifier-hidden {
opacity: 0;
}

/* custom speed & easing for loading icon */
.codicon-loading {
animation-duration: 1s !important;
Expand Down
4 changes: 4 additions & 0 deletions src/template/styles.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
opacity: 0.5;
}
.codicon-modifier-hidden {
opacity: 0;
}
/* custom speed & easing for loading icon */
.codicon-loading {
animation-duration: 1s !important;
Expand Down

0 comments on commit afac8f1

Please sign in to comment.