Skip to content

Commit c4dc04c

Browse files
arielkromanbondarKingYes
authored
Fixes (#215)
* few comments * Tested up to 5.6 * remove duplicate * add utilities scss * Post Password Form Submit button alignment When a post is password-protected, the Post Password Form Submit button isn't aligned properly. * Update Changelog * Move Hello Theme Header & Footer experiment to stable status * Changelog * Build * Add ref to changelog * Aligned page title to the header and footer * Internal: Add accessibility-ready tag * Tweak: Remove unused image file * Internal: update text & links * Internal: fix URL * Tweak: Mark the header footer tab in the customizer * Fix: Remove override the default width * Changelog * Tweak: Add theme_support for `script` and `style` to avoid validation warnings (#184) * A different way to align title * changelog * Tweak: Add output escaping, fixed: #194 * Tweak: Added Skip to Content link to dynamic or template header * Changelog * Update header.php * Changelog * changelog * changelog * Update release date * Update date release * Internal: New screenshot * Fix: Tables with various colors looks weird (#126) * Changelog * Fix table colors * Changelog Co-authored-by: Roman <[email protected]> Co-authored-by: Yakir Sitbon <[email protected]>
1 parent f97ba30 commit c4dc04c

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,17 @@ Source: https://stocksnap.io/photo/4B83RD7BV9
9292

9393
## Changelog ##
9494

95+
### 2.6.1 - 2022-07-11 ###
96+
* Tweak: Tables looks weird on dark backgrounds ([#126](https://github.com/elementor/hello-theme/issues/126))
97+
* Fix: Remove unnecessary PHP tags ([#213](https://github.com/elementor/hello-theme/issues/213))
98+
9599
### 2.6.0 - 2022-07-10 ###
96100
* Tweak: Added `theme_support` for `script` and `style` to avoid validation warnings ([#184](https://github.com/elementor/hello-theme/issues/184))
97101
* Tweak: Sanitized content for allowed HTML tags in post title ([#118](https://github.com/elementor/hello-theme/issues/118))
98102
* Tweak: Changed the containers to `max-width: 1140px` instead of `960px` to align with the header-footer width
99103
* Tweak: Centering the page title for better consistency in all cases
100104
* Tweak: Added link between the customizer to Elementor global settings
105+
* Tweak: Added Skip Links to custom or dynamic header for better accessibility
101106
* Fix: Added output escaping in several places ([#194](https://github.com/elementor/hello-theme/issues/194))
102107
* Fix: Post Password Form Submit button alignment (Props [@romanbondar](https://github.com/romanbondar))
103108
* Fix: Fatal error when kit doesn't exist or needs to be recreated ([#175](https://github.com/elementor/hello-theme/issues/175))

assets/scss/reset/_table.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
$table-border-color: #80808080;
88
$table-bg: transparent;
9-
$table-bg-odd: #8080801a;
10-
$table-bg-hover: #80808012;
9+
$table-bg-odd: #80808012;
10+
$table-bg-hover: #8080801a;
1111

1212
table {
1313
background-color: $table-bg;

readme.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ Source: https://stocksnap.io/photo/4B83RD7BV9
9090

9191
== Changelog ==
9292

93-
= 2.6.1 - 2022-07-12 =
94-
* Fix: Tables looks weird on certain backgrounds ([#126](https://github.com/elementor/hello-theme/issues/126))
93+
= 2.6.1 - 2022-07-11 =
94+
* Tweak: Tables looks weird on dark backgrounds ([#126](https://github.com/elementor/hello-theme/issues/126))
9595
* Fix: Remove unnecessary PHP tags ([#213](https://github.com/elementor/hello-theme/issues/213))
9696

9797
= 2.6.0 - 2022-07-10 =
@@ -100,6 +100,7 @@ Source: https://stocksnap.io/photo/4B83RD7BV9
100100
* Tweak: Changed the containers to `max-width: 1140px` instead of `960px` to align with the header-footer width
101101
* Tweak: Centering the page title for better consistency in all cases
102102
* Tweak: Added link between the customizer to Elementor global settings
103+
* Tweak: Added Skip Links to custom or dynamic header for better accessibility
103104
* Fix: Added output escaping in several places ([#194](https://github.com/elementor/hello-theme/issues/194))
104105
* Fix: Post Password Form Submit button alignment (Props [@romanbondar](https://github.com/romanbondar))
105106
* Fix: Fatal error when kit doesn't exist or needs to be recreated ([#175](https://github.com/elementor/hello-theme/issues/175))

0 commit comments

Comments
 (0)