Просмотр исходного кода

Business themes: Fix comments on wpcom

Ben Dwyer 4 лет назад
Родитель
Сommit
19d385bc37

+ 1 - 1
calm-business/package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "calm-business",
-  "version": "1.6.1",
+  "version": "1.6.2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 1 - 1
calm-business/package.json

@@ -1,6 +1,6 @@
 {
   "name": "calm-business",
-  "version": "1.6.2",
+  "version": "1.6.3",
   "description": "Style Variation of the Default WP Theme",
   "devDependencies": {
     "@wordpress/browserslist-config": "^2.6.0",

+ 3 - 3
calm-business/sass/site/primary/_comments.scss

@@ -386,15 +386,15 @@
 		color: $color__text-main;
 	}
 
-	.comment-form-author,
-	.comment-form-email {
+	.comment-form-author:not(.comment-form-field),
+	.comment-form-email:not(.comment-form-field) {
 		@include media(tablet) {
 			width: calc(50% - #{$size__spacing-unit / 2});
 			float: left;
 		}
 	}
 
-	.comment-form-email {
+	.comment-form-email:not(.comment-form-field) {
 		@include media(tablet) {
 			margin-left: $size__spacing-unit;
 		}

+ 4 - 4
calm-business/style-rtl.css

@@ -7,7 +7,7 @@ Author URI: https://wordpress.com
 Template: twentynineteen
 Description: Your classy establishment needs an equally classy website to showcase your stylish rooms and quality products! With its bold typography and peaceful color scheme, Calm Business exudes a calm, inviting atmosphere as a bed and breakfast, time share, or brick & mortar store fronts.
 Requires at least: WordPress 4.9.6
-Version: 1.6.2
+Version: 1.6.3
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: calm-business
@@ -3166,15 +3166,15 @@ body.page .main-navigation {
 }
 
 @media only screen and (min-width: 768px) {
-  .comment-form .comment-form-author,
-  .comment-form .comment-form-email {
+  .comment-form :not(.comment-form-fields) .comment-form-author,
+  .comment-form :not(.comment-form-fields) .comment-form-email {
     width: calc(50% - 0.5rem);
     float: right;
   }
 }
 
 @media only screen and (min-width: 768px) {
-  .comment-form .comment-form-email {
+  .comment-form :not(.comment-form-fields) .comment-form-email {
     margin-right: 1rem;
   }
 }

+ 4 - 4
calm-business/style.css

@@ -7,7 +7,7 @@ Author URI: https://wordpress.com
 Template: twentynineteen
 Description: Your classy establishment needs an equally classy website to showcase your stylish rooms and quality products! With its bold typography and peaceful color scheme, Calm Business exudes a calm, inviting atmosphere as a bed and breakfast, time share, or brick & mortar store fronts.
 Requires at least: WordPress 4.9.6
-Version: 1.6.2
+Version: 1.6.3
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: calm-business
@@ -3172,15 +3172,15 @@ body.page .main-navigation {
 }
 
 @media only screen and (min-width: 768px) {
-  .comment-form .comment-form-author,
-  .comment-form .comment-form-email {
+  .comment-form .comment-form-author:not(.comment-form-field),
+  .comment-form .comment-form-email:not(.comment-form-field) {
     width: calc(50% - 0.5rem);
     float: left;
   }
 }
 
 @media only screen and (min-width: 768px) {
-  .comment-form .comment-form-email {
+  .comment-form .comment-form-email:not(.comment-form-field) {
     margin-left: 1rem;
   }
 }

+ 1 - 1
calm-business/style.scss

@@ -6,7 +6,7 @@ Author URI: https://wordpress.com
 Template: twentynineteen
 Description: Your classy establishment needs an equally classy website to showcase your stylish rooms and quality products! With its bold typography and peaceful color scheme, Calm Business exudes a calm, inviting atmosphere as a bed and breakfast, time share, or brick & mortar store fronts.
 Requires at least: WordPress 4.9.6
-Version: 1.6.2
+Version: 1.6.3
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: calm-business

+ 3 - 3
elegant-business/sass/site/primary/_comments.scss

@@ -377,15 +377,15 @@
 		color: $color__text-light;
 	}
 
-	.comment-form-author,
-	.comment-form-email {
+	.comment-form-author:not(.comment-form-field),
+	.comment-form-email:not(.comment-form-field) {
 		@include media(tablet) {
 			width: calc(50% - #{$size__spacing-unit / 2});
 			float: left;
 		}
 	}
 
-	.comment-form-email {
+	.comment-form-email:not(.comment-form-field) {
 		@include media(tablet) {
 			margin-left: $size__spacing-unit;
 		}

+ 1 - 1
elegant-business/style-rtl.css

@@ -2540,7 +2540,7 @@ body.page .main-navigation {
 }
 
 .entry .entry-content .more-link:after {
-  content: ;
+  content: "←";
   margin-right: 0.5em;
 }
 

+ 4 - 4
elegant-business/style.css

@@ -7,7 +7,7 @@ Author URI: https://wordpress.org/
 Template: twentynineteen
 Description: Simple, yet sophisticated, with subtle, beautiful typography, Elegant Business conveys quality and integrity, which makes it especially good fit for coffee shops, pop-up shops, and brick & mortar store fronts.
 Requires at least: WordPress 4.9.6
-Version: 1.4.2
+Version: 1.4.3
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: elegant-business
@@ -3056,15 +3056,15 @@ body.page .main-navigation {
 }
 
 @media only screen and (min-width: 768px) {
-  .comment-form .comment-form-author,
-  .comment-form .comment-form-email {
+  .comment-form .comment-form-author:not(.comment-form-field),
+  .comment-form .comment-form-email:not(.comment-form-field) {
     width: calc(50% - 0.5rem);
     float: left;
   }
 }
 
 @media only screen and (min-width: 768px) {
-  .comment-form .comment-form-email {
+  .comment-form .comment-form-email:not(.comment-form-field) {
     margin-left: 1rem;
   }
 }

+ 1 - 1
elegant-business/style.scss

@@ -6,7 +6,7 @@ Author URI: https://wordpress.org/
 Template: twentynineteen
 Description: Simple, yet sophisticated, with subtle, beautiful typography, Elegant Business conveys quality and integrity, which makes it especially good fit for coffee shops, pop-up shops, and brick & mortar store fronts.
 Requires at least: WordPress 4.9.6
-Version: 1.4.2
+Version: 1.4.3
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: elegant-business

+ 1 - 1
friendly-business/package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "friendly-business",
-  "version": "1.4.1",
+  "version": "1.4.2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 3 - 3
friendly-business/sass/site/primary/_comments.scss

@@ -380,15 +380,15 @@
 		color: $color__text-dark;
 	}
 
-	.comment-form-author,
-	.comment-form-email {
+	.comment-form-author:not(.comment-form-field),
+	.comment-form-email:not(.comment-form-field) {
 		@include media(tablet) {
 			width: calc(50% - #{$size__spacing-unit / 2});
 			float: left;
 		}
 	}
 
-	.comment-form-email {
+	.comment-form-email:not(.comment-form-field) {
 		@include media(tablet) {
 			margin-left: $size__spacing-unit;
 		}

+ 5 - 5
friendly-business/style-rtl.css

@@ -7,7 +7,7 @@ Author URI: https://wordpress.org/
 Template: twentynineteen
 Description: Simple, approachable, with bold, handsome typography, Friendly Business conveys quality and sustainability, which makes it especially good fit for education, agriculture and family-run businesses.
 Requires at least: WordPress 4.9.6
-Version: 1.4.2
+Version: 1.4.3
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: friendly-business
@@ -2564,7 +2564,7 @@ body.page .main-navigation {
 }
 
 .entry .entry-content .more-link:after {
-  content: ;
+  content: "←";
   display: inline-block;
   margin-right: 0.5em;
 }
@@ -3067,15 +3067,15 @@ body.page .main-navigation {
 }
 
 @media only screen and (min-width: 768px) {
-  .comment-form .comment-form-author,
-  .comment-form .comment-form-email {
+  .comment-form .comment-form-author:not(.comment-form-field),
+  .comment-form .comment-form-email:not(.comment-form-field) {
     width: calc(50% - 0.5rem);
     float: right;
   }
 }
 
 @media only screen and (min-width: 768px) {
-  .comment-form .comment-form-email {
+  .comment-form .comment-form-email:not(.comment-form-field) {
     margin-right: 1rem;
   }
 }

+ 5 - 5
friendly-business/style.css

@@ -7,7 +7,7 @@ Author URI: https://wordpress.org/
 Template: twentynineteen
 Description: Simple, approachable, with bold, handsome typography, Friendly Business conveys quality and sustainability, which makes it especially good fit for education, agriculture and family-run businesses.
 Requires at least: WordPress 4.9.6
-Version: 1.4.2
+Version: 1.4.3
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: friendly-business
@@ -2570,7 +2570,7 @@ body.page .main-navigation {
 }
 
 .entry .entry-content .more-link:after {
-  content: "→" /*rtl:*/;
+  content: "→" /*rtl:"←"*/;
   display: inline-block;
   margin-left: 0.5em;
 }
@@ -3073,15 +3073,15 @@ body.page .main-navigation {
 }
 
 @media only screen and (min-width: 768px) {
-  .comment-form .comment-form-author,
-  .comment-form .comment-form-email {
+  .comment-form .comment-form-author:not(.comment-form-field),
+  .comment-form .comment-form-email:not(.comment-form-field) {
     width: calc(50% - 0.5rem);
     float: left;
   }
 }
 
 @media only screen and (min-width: 768px) {
-  .comment-form .comment-form-email {
+  .comment-form .comment-form-email:not(.comment-form-field) {
     margin-left: 1rem;
   }
 }

+ 1 - 1
friendly-business/style.scss

@@ -6,7 +6,7 @@ Author URI: https://wordpress.org/
 Template: twentynineteen
 Description: Simple, approachable, with bold, handsome typography, Friendly Business conveys quality and sustainability, which makes it especially good fit for education, agriculture and family-run businesses.
 Requires at least: WordPress 4.9.6
-Version: 1.4.2
+Version: 1.4.3
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: friendly-business

+ 1 - 1
modern-business/package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "modern-business",
-  "version": "1.7.1",
+  "version": "1.7.2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 3 - 3
modern-business/sass/site/primary/_comments.scss

@@ -378,15 +378,15 @@
 		color: $color__text-light;
 	}
 
-	.comment-form-author,
-	.comment-form-email {
+	.comment-form-author:not(.comment-form-field),
+	.comment-form-email:not(.comment-form-field) {
 		@include media(tablet) {
 			width: calc(50% - #{$size__spacing-unit / 2});
 			float: left;
 		}
 	}
 
-	.comment-form-email {
+	.comment-form-email:not(.comment-form-field) {
 		@include media(tablet) {
 			margin-left: $size__spacing-unit;
 		}

+ 1 - 1
modern-business/style-rtl.css

@@ -2546,7 +2546,7 @@ body.page .main-navigation {
 }
 
 .entry .entry-content .more-link:after {
-  content: ;
+  content: "←";
   display: inline-block;
   margin-right: 0.5em;
 }

+ 4 - 4
modern-business/style.css

@@ -7,7 +7,7 @@ Author URI: https://wordpress.org/
 Description: A minimalist theme for those with an eye for style. Modern Business is a perfect choice for stores offering high-end products and services, or the fashion and beauty industries -- any site where elegance and polish is key.
 Requires at least: WordPress 4.9.6
 Template: twentynineteen
-Version: 1.7.2
+Version: 1.7.3
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: twentynineteen
@@ -3054,15 +3054,15 @@ body.page .main-navigation {
 }
 
 @media only screen and (min-width: 768px) {
-  .comment-form .comment-form-author,
-  .comment-form .comment-form-email {
+  .comment-form .comment-form-author:not(.comment-form-field),
+  .comment-form .comment-form-email:not(.comment-form-field) {
     width: calc(50% - 0.5rem);
     float: left;
   }
 }
 
 @media only screen and (min-width: 768px) {
-  .comment-form .comment-form-email {
+  .comment-form .comment-form-email:not(.comment-form-field) {
     margin-left: 1rem;
   }
 }

+ 1 - 1
modern-business/style.scss

@@ -6,7 +6,7 @@ Author URI: https://wordpress.org/
 Description: A minimalist theme for those with an eye for style. Modern Business is a perfect choice for stores offering high-end products and services, or the fashion and beauty industries -- any site where elegance and polish is key.
 Requires at least: WordPress 4.9.6
 Template: twentynineteen
-Version: 1.7.2
+Version: 1.7.3
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: twentynineteen

+ 1 - 1
professional-business/package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "professional-business",
-  "version": "1.5.1",
+  "version": "1.5.2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 3 - 3
professional-business/sass/site/primary/_comments.scss

@@ -376,15 +376,15 @@
 		color: $color__text-light;
 	}
 
-	.comment-form-author,
-	.comment-form-email {
+	.comment-form-author:not(.comment-form-field),
+	.comment-form-email:not(.comment-form-field) {
 		@include media(tablet) {
 			width: calc(50% - #{$size__spacing-unit / 2});
 			float: left;
 		}
 	}
 
-	.comment-form-email {
+	.comment-form-email:not(.comment-form-field) {
 		@include media(tablet) {
 			margin-left: $size__spacing-unit;
 		}

+ 5 - 5
professional-business/style-rtl.css

@@ -7,7 +7,7 @@ Author URI: https://wordpress.com/
 Template: twentynineteen
 Description: Simple, yet sophisticated, with subtle, elegant typography, Professional Business conveys quality and integrity, which makes it especially good fit for accounting, law, and consultancy firms.
 Requires at least: WordPress 4.9.6
-Version: 1.5.2
+Version: 1.5.3
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: professional-business
@@ -2593,7 +2593,7 @@ body.page .main-navigation {
 }
 
 .entry .entry-content .more-link:after {
-  content: ;
+  content: "←";
   margin-right: 0.5em;
 }
 
@@ -3100,15 +3100,15 @@ body.page .main-navigation {
 }
 
 @media only screen and (min-width: 768px) {
-  .comment-form .comment-form-author,
-  .comment-form .comment-form-email {
+  .comment-form .comment-form-author:not(.comment-form-field),
+  .comment-form .comment-form-email:not(.comment-form-field) {
     width: calc(50% - 0.5rem);
     float: right;
   }
 }
 
 @media only screen and (min-width: 768px) {
-  .comment-form .comment-form-email {
+  .comment-form .comment-form-email:not(.comment-form-field) {
     margin-right: 1rem;
   }
 }

+ 4 - 4
professional-business/style.css

@@ -7,7 +7,7 @@ Author URI: https://wordpress.com/
 Template: twentynineteen
 Description: Simple, yet sophisticated, with subtle, elegant typography, Professional Business conveys quality and integrity, which makes it especially good fit for accounting, law, and consultancy firms.
 Requires at least: WordPress 4.9.6
-Version: 1.5.2
+Version: 1.5.3
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: professional-business
@@ -3106,15 +3106,15 @@ body.page .main-navigation {
 }
 
 @media only screen and (min-width: 768px) {
-  .comment-form .comment-form-author,
-  .comment-form .comment-form-email {
+  .comment-form .comment-form-author:not(.comment-form-field),
+  .comment-form .comment-form-email:not(.comment-form-field) {
     width: calc(50% - 0.5rem);
     float: left;
   }
 }
 
 @media only screen and (min-width: 768px) {
-  .comment-form .comment-form-email {
+  .comment-form .comment-form-email:not(.comment-form-field) {
     margin-left: 1rem;
   }
 }

+ 1 - 1
professional-business/style.scss

@@ -6,7 +6,7 @@ Author URI: https://wordpress.com/
 Template: twentynineteen
 Description: Simple, yet sophisticated, with subtle, elegant typography, Professional Business conveys quality and integrity, which makes it especially good fit for accounting, law, and consultancy firms.
 Requires at least: WordPress 4.9.6
-Version: 1.5.2
+Version: 1.5.3
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: professional-business

+ 1 - 1
sophisticated-business/package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "sophisticated-business",
-  "version": "1.5.2",
+  "version": "1.5.3",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 3 - 3
sophisticated-business/sass/site/primary/_comments.scss

@@ -376,15 +376,15 @@
 		color: $color__text-light;
 	}
 
-	.comment-form-author,
-	.comment-form-email {
+	.comment-form-author:not(.comment-form-field),
+	.comment-form-email:not(.comment-form-field) {
 		@include media(tablet) {
 			width: calc(50% - #{$size__spacing-unit / 2});
 			float: left;
 		}
 	}
 
-	.comment-form-email {
+	.comment-form-email:not(.comment-form-field) {
 		@include media(tablet) {
 			margin-left: $size__spacing-unit;
 		}

+ 1 - 1
sophisticated-business/style-rtl.css

@@ -2503,7 +2503,7 @@ body.page .main-navigation {
 }
 
 .entry .entry-content .more-link:after {
-  content: ;
+  content: "←";
   display: inline-block;
   margin-right: 0.5em;
 }

+ 4 - 4
sophisticated-business/style.css

@@ -7,7 +7,7 @@ Author URI: https://automattic.com/
 Template: twentynineteen
 Description: Your classy establishment needs an equally classy website to showcase your delicious food and special concoctions! With its bold typography and chic color scheme, Sophisticated Business exudes the same cool, intimate atmosphere as an upscale bar, lounge, or pub.
 Requires at least: WordPress 4.9.6
-Version: 1.5.3
+Version: 1.5.4
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: sophisticated-business
@@ -3002,15 +3002,15 @@ body.page .main-navigation {
 }
 
 @media only screen and (min-width: 768px) {
-  .comment-form .comment-form-author,
-  .comment-form .comment-form-email {
+  .comment-form .comment-form-author:not(.comment-form-field),
+  .comment-form .comment-form-email:not(.comment-form-field) {
     width: calc(50% - 0.5rem);
     float: left;
   }
 }
 
 @media only screen and (min-width: 768px) {
-  .comment-form .comment-form-email {
+  .comment-form .comment-form-email:not(.comment-form-field) {
     margin-left: 1rem;
   }
 }

+ 1 - 1
sophisticated-business/style.scss

@@ -6,7 +6,7 @@ Author URI: https://automattic.com/
 Template: twentynineteen
 Description: Your classy establishment needs an equally classy website to showcase your delicious food and special concoctions! With its bold typography and chic color scheme, Sophisticated Business exudes the same cool, intimate atmosphere as an upscale bar, lounge, or pub.
 Requires at least: WordPress 4.9.6
-Version: 1.5.3
+Version: 1.5.4
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: sophisticated-business