Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
akabekobeko committed Jul 17, 2019
2 parents 389c777 + e91c527 commit 7f42507
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -10,3 +10,4 @@ responsive.css
*.zip
package-lock.json
!.gitignore
!.prettierignore
1 change: 1 addition & 0 deletions .prettierignore
@@ -0,0 +1 @@
*.scss
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# ChangeLog

## v1.6.1

### Changes

- Support Redmine v4.0.4 [#153](https://github.com/akabekobeko/redmine-theme-minimalflat2/issues/153)

### Bug Fixes

- Issue links on Gantt are not clickable with Redmine v4.0.4 [#152](https://github.com/akabekobeko/redmine-theme-minimalflat2/issues/152)

## v1.6.0

### Changes
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -2,7 +2,7 @@ version: "3"
services:
redmine:
container_name: redmine
image: redmine:4.0.3-passenger
image: redmine:4.0.4-passenger
restart: always
ports:
- 8080:3000
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "minimalflat2",
"description": "Minimal and flat design theme for Redmine.",
"version": "1.6.0",
"version": "1.6.1",
"author": "akabeko",
"license": "GPL-2.0",
"main": "index.js",
Expand Down Expand Up @@ -44,8 +44,8 @@
"normalize.css": "^8.0.1"
},
"devDependencies": {
"bestzip": "^2.1.2",
"browser-sync": "^2.26.5",
"bestzip": "^2.1.4",
"browser-sync": "^2.26.7",
"cpx": "^1.5.0",
"cross-conf-env": "^1.1.2",
"mkdirp": "^0.5.1",
Expand Down
7 changes: 6 additions & 1 deletion src/scss/App.scss
Expand Up @@ -3142,12 +3142,17 @@ a.close-icon:hover {
font-size: .8em;
}

.gantt_subjects_column + td {
padding: 0;
}

.gantt_hdr.nwday {
background-color: $color_gray_light_b;
}

.gantt_subjects {
font-size: .8em;
position: relative;
z-index: 1;
}
.gantt_subjects div {
line-height: 16px;
Expand Down

0 comments on commit 7f42507

Please sign in to comment.