Skip to content

Commit

Permalink
Remove unused styles
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
  • Loading branch information
aleksfront committed Dec 12, 2022
1 parent 0e8714f commit 27f58e1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/renderer/components/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -256,19 +256,6 @@ iframe {
}
}

// app's common loading indicator, displaying on the route transitions
// #loading {
// position: absolute;
// left: 50%;
// top: 50%;
// margin: -15px;
// // z-index: 1000;

// &.hidden {
// display: none;
// }
// }

// hack-fix: remove crappy yellow background from auto-filled inputs in chrome
@keyframes autofill-remove-bgc {
to {
Expand Down

0 comments on commit 27f58e1

Please sign in to comment.