3 Commits

Author SHA1 Message Date
Swen Kooij
d9913f1eec Bump version to 6.8b5 2024-07-02 07:45:57 +03:00
Swen Kooij
3b973361d3 Display pointer cursor when hovering tabs 2024-07-02 07:38:11 +03:00
seroy
4c5d45f25a Fix tabs displaying in Django 5.x 2024-07-02 07:38:11 +03:00
2 changed files with 3 additions and 2 deletions

View File

@@ -34,10 +34,11 @@
.localized-fields-widget.tabs .localized-fields-widget.tab label {
padding: 5px 10px;
display: inline-block;
display: inline;
text-decoration: none;
color: #fff;
width: initial;
cursor: pointer;
}
.localized-fields-widget.tabs .localized-fields-widget.tab.active,

View File

@@ -36,7 +36,7 @@ with open(
setup(
name="django-localized-fields",
version="6.8b4",
version="6.8b5",
packages=find_packages(exclude=["tests"]),
include_package_data=True,
license="MIT License",