Skip to content

Commit 55a817d

Browse files
committed
Merge branch 'release/1.19.9'
2 parents 50dee48 + 72e33cd commit 55a817d

File tree

4 files changed

+31
-10
lines changed

4 files changed

+31
-10
lines changed

readme.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,13 @@ Original design files are available on [Google Drive](https://drive.google.com/f
104104

105105
== Changelog ==
106106

107+
= 1.19.9 - 18 May 2022 =
108+
* Updated Calendar Widget styling for new markup.
109+
* Resized potential search field image icon.
110+
111+
= 1.19.8 - 24 March 2022 =
112+
* WooCommerce: Left aligned single product variation labels.
113+
107114
= 1.19.7 - 13 March 2022 =
108115
* WooCommerce: Fixed Shop Sidebar alignment when Main Sidebar is empty.
109116

sass/site/primary/_posts-and-pages.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ article.page {
416416
position: absolute;
417417
right: 0;
418418
top: 0;
419-
419+
420420
&:hover {
421421
background: none;
422422
color: $color__text_dark;
@@ -430,5 +430,10 @@ article.page {
430430
fill: $color__text-medium;
431431
}
432432
}
433+
434+
img {
435+
height: 14px;
436+
width: 14px;
437+
}
433438
}
434439
}

sass/site/secondary/_widgets.scss

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -286,13 +286,17 @@
286286

287287
}
288288
}
289+
}
290+
}
289291

290-
#prev {
291-
text-align: left;
292-
}
292+
.calendar_wrap .wp-calendar-nav {
293293

294-
#next {
295-
text-align: right;
296-
}
294+
.wp-calendar-nav-prev {
295+
float: left;
296+
}
297+
298+
.wp-calendar-nav-next {
299+
float: right;
300+
text-align: right;
297301
}
298302
}

style.css

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

0 commit comments

Comments
 (0)