Skip to content

Commit

Permalink
Remove deprecated checkbox "regular" style
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Aug 1, 2022
1 parent 210f813 commit 24e7901
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 14 deletions.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

1.3.0 (Unreleased)
--------------------
- Enh: Remove deprecated checkbox "regular" style


1.2.6 (Unreleased)
--------------------
- Fix #327: Don't send notifications for canceled event
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"name": "Calendar",
"description": "Calendar for spaces or user profiles.",
"keywords": ["calendar"],
"version": "1.2.6",
"version": "1.3.0",
"humhub": {
"minVersion": "1.10"
"minVersion": "1.13"
},
"homepage": "https://github.com/humhub/calendar",
"authors": [
Expand Down
6 changes: 1 addition & 5 deletions resources/css/calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -638,10 +638,6 @@ tbody,
}

/* OPTIONS */
.calendar-options .regular-checkbox:not(:checked) + .regular-checkbox-box {
background-color: #fff;
}

.calendar-options .calendar-selectors,
.calendar-options .calendar-filters,
.calendar-options .calendar-types {
Expand Down Expand Up @@ -721,7 +717,7 @@ tbody,
padding: 0;
margin: 0;
}
.calendar-entry-new-participants-form .form-group .regular-checkbox-container label {
.calendar-entry-new-participants-form .form-group .checkbox label {
padding-left: 0;
}
.calendar-entry-participants-filters {
Expand Down
Loading

0 comments on commit 24e7901

Please sign in to comment.