Skip to content

Commit

Permalink
Merge branch 'release/1.19.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed May 18, 2022
2 parents 50dee48 + 72e33cd commit 55a817d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 10 deletions.
7 changes: 7 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ Original design files are available on [Google Drive](https://drive.google.com/f

== Changelog ==

= 1.19.9 - 18 May 2022 =
* Updated Calendar Widget styling for new markup.
* Resized potential search field image icon.

= 1.19.8 - 24 March 2022 =
* WooCommerce: Left aligned single product variation labels.

= 1.19.7 - 13 March 2022 =
* WooCommerce: Fixed Shop Sidebar alignment when Main Sidebar is empty.

Expand Down
7 changes: 6 additions & 1 deletion sass/site/primary/_posts-and-pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ article.page {
position: absolute;
right: 0;
top: 0;

&:hover {
background: none;
color: $color__text_dark;
Expand All @@ -430,5 +430,10 @@ article.page {
fill: $color__text-medium;
}
}

img {
height: 14px;
width: 14px;
}
}
}
16 changes: 10 additions & 6 deletions sass/site/secondary/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -286,13 +286,17 @@

}
}
}
}

#prev {
text-align: left;
}
.calendar_wrap .wp-calendar-nav {

#next {
text-align: right;
}
.wp-calendar-nav-prev {
float: left;
}

.wp-calendar-nav-next {
float: right;
text-align: right;
}
}
11 changes: 8 additions & 3 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 55a817d

Please sign in to comment.