Skip to content

Commit

Permalink
Hovering fix (#120)
Browse files Browse the repository at this point in the history
* Fix to generic css class

* Bump version

* remove unnecessary child selector

* Fix formatting added

* Fix formatting

* Remove allow empty

* bump version
  • Loading branch information
Søren Schwartz authored Oct 27, 2023
1 parent eb7d009 commit 0d695ac
Show file tree
Hide file tree
Showing 3 changed files with 242 additions and 220 deletions.
2 changes: 1 addition & 1 deletion frontend/.husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
cd ./frontend && npx lint-staged
cd ./frontend && npx lint-staged
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ccscan-frontend",
"description": "CCDScan frontend",
"version": "1.5.12",
"version": "1.5.13",
"engine": "16",
"type": "module",
"private": true,
Expand Down
Loading

0 comments on commit 0d695ac

Please sign in to comment.