Skip to content

Commit c71f57e

Browse files
authored
Merge branch 'develop' into jdv/menu-position
2 parents 35b00e2 + e58b5df commit c71f57e

37 files changed

Lines changed: 609 additions & 314 deletions

.github/workflows/plugin-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
unzip ${{ github.event.repository.name }}.zip -d build
2727
2828
- name: Run plugin check
29-
uses: wordpress/plugin-check-action@v1.1.4
29+
uses: wordpress/plugin-check-action@v1.1.5
3030
with:
3131
build-dir: './build/${{ github.event.repository.name }}'
3232
exclude-checks: |

assets/css/admin.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,11 @@ button.prpl-info-icon {
217217
align-items: center;
218218

219219
.prpl-header-logo img {
220-
height: 100px;
220+
max-width: 300px;
221+
max-height: 100px;
222+
width: auto;
223+
height: auto;
224+
vertical-align: bottom;
221225
}
222226
}
223227

assets/css/editor.css

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
.components-button {
22

3-
svg.progress-planner-icon {
3+
.progress-planner-icon {
4+
color: #38296d;
45

5-
#path1,
6-
#path3 {
7-
fill: #38296d !important;
8-
}
9-
10-
#path2 {
11-
fill: #faa310 !important;
6+
svg {
7+
width: 100%;
8+
height: 100%;
129
}
1310
}
1411

@@ -22,11 +19,11 @@
2219
background: #38296d !important;
2320
}
2421

25-
svg.progress-planner-icon {
22+
.progress-planner-icon {
23+
color: #fff;
2624

27-
#path1,
28-
#path3 {
29-
fill: #fff !important;
25+
svg path {
26+
fill: #fff;
3027
}
3128
}
3229
}

0 commit comments

Comments
 (0)