Skip to content

Commit

Permalink
The X button was not showing up at all in Chrome. This fixes that pro…
Browse files Browse the repository at this point in the history
…blem by adding to styles and re-compiling the SVG.
  • Loading branch information
sfisher committed Nov 13, 2024
1 parent aac4682 commit 4fc55b6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 34 deletions.
17 changes: 3 additions & 14 deletions dev/images/icon_cross.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dev/scss/_login-modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
padding: 2px;
background-color: $design-white-color;
cursor: pointer;
object-fit: contain; // Or "cover" depending on the fit you need
}

.login-modal__form {
Expand Down
22 changes: 3 additions & 19 deletions static_src/images/icon_cross.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion static_src/stylesheets/main2.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4fc55b6

Please sign in to comment.