diff --git a/src/styles/index.scss b/src/styles/index.scss index 4f0588a..5f5786e 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -145,10 +145,6 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header- display: none; } -.invisible { - visibility: hidden; -} - @mixin flex-center { display: inline-flex; justify-content: center;