Skip to content

Commit a3486a1

Browse files
committed
Merge branch 'release/1.9.4'
2 parents 2843df7 + be742bf commit a3486a1

File tree

3 files changed

+29
-25
lines changed

3 files changed

+29
-25
lines changed

readme.txt

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

102102
== Changelog ==
103103

104+
= 1.9.4 - 21 May 2022 =
105+
* Updated Calendar Widget styling for new markup.
106+
104107
= 1.9.3 - 09 April 2022 =
105108
* WooCommerce Template Builder: Improved single product template styling.
106109

sass/modules/_widgets.scss

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -129,25 +129,26 @@
129129
text-align: center;
130130
}
131131
}
132+
}
132133

133-
tfoot {
134-
135-
#prev,
136-
#next {
137-
@include font-size(0.9333);
134+
.calendar_wrap .wp-calendar-nav {
135+
font-size: .875rem;
138136

139-
a {
140-
color: $color__primary-accent;
137+
a {
138+
color: $color__primary-accent;
141139

142-
&:hover {
143-
color: $color__primary-accent-dark;
144-
}
145-
}
140+
&:hover {
141+
color: $color__primary-accent-dark;
146142
}
143+
}
147144

148-
#next {
149-
text-align: right;
150-
}
145+
.wp-calendar-nav-prev {
146+
float: left;
147+
}
148+
149+
.wp-calendar-nav-next {
150+
float: right;
151+
text-align: right;
151152
}
152153
}
153154

style.css

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

0 commit comments

Comments
 (0)