Skip to content

Commit

Permalink
Upgrade logics and have better checks
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
baseplate-admin committed Oct 15, 2024
1 parent e38b989 commit b1bf42d
Show file tree
Hide file tree
Showing 6 changed files with 117 additions and 80 deletions.

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

This file was deleted.

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-hstore-widget"
version = "0.0.7"
version = "0.0.8"
description = "Human friendly HStoreWidget. Continual of django-admin-hstore-widget."
authors = [
"Alexandre Dufour <[email protected]>",
Expand Down
13 changes: 13 additions & 0 deletions src/components/django-hstore-widget/django-hstore-widget.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,17 @@ django-hstore-widget {
.gap-2\.5 {
gap: 0.625rem; /* 10px */
}
.opacity-60 {
opacity: 0.6;
}
.cursor-pointer {
cursor: pointer;
}
.cursor-default {
cursor: default;
}

.warning {
border-color: red;
}
}
Loading

0 comments on commit b1bf42d

Please sign in to comment.