Skip to content

Commit

Permalink
removed filter/blur properties (crystal-lang#6764)
Browse files Browse the repository at this point in the history
  • Loading branch information
girng authored and RX14 committed Oct 1, 2018
1 parent 07f91d7 commit c129421
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/compiler/crystal/tools/doc/html/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -553,15 +553,6 @@ span.flag.purple {
.js-modal-visible .modal-background {
display: flex;
}
.types-list,
.main-content {
filter: blur(0);
transition: filter 200ms;
}
.js-modal-visible .types-list,
.js-modal-visible .main-content {
filter: blur(2px);
}
.modal-background {
position: absolute;
display: none;
Expand Down

0 comments on commit c129421

Please sign in to comment.