Skip to content

Commit 2d8a951

Browse files
authored
Fix bug in SASS/CSS that hid picture upload widget in djangocms-blog (#523)
1 parent 7b7e5e5 commit 2d8a951

File tree

8 files changed

+31
-9
lines changed

8 files changed

+31
-9
lines changed

djangocms_admin_style/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
10. Publish the release when ready
1818
11. Github actions will publish the new package to pypi
1919
"""
20-
__version__ = "3.3.0"
20+
__version__ = "3.3.1"

djangocms_admin_style/sass/components/_forms.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ form {
2222
display: block;
2323
//margin-right: 0;
2424
}
25-
div:has(div.hidden) {
25+
& > div:has(> div.hidden) {
2626
display: none;
2727
}
2828
}

djangocms_admin_style/static/djangocms_admin_style/css/djangocms-admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

package-lock.json

Lines changed: 28 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)