Browse Source

Rebuilding varia.

Jeff Ong 4 years ago
parent
commit
834fd9a90b
5 changed files with 7 additions and 7 deletions
  1. 1 1
      varia/package.json
  2. 1 1
      varia/style-editor.css
  3. 2 2
      varia/style-rtl.css
  4. 2 2
      varia/style.css
  5. 1 1
      varia/style.scss

+ 1 - 1
varia/package.json

@@ -1,6 +1,6 @@
 {
   "name": "varia",
-  "version": "1.5.10",
+  "version": "1.5.11",
   "description": "A variable-based design system for WordPress sites built with Gutenberg.",
   "bugs": {
     "url": "https://github.com/Automattic/themes/issues?q=is%3Aopen+is%3Aissue+label%3Avaria"

+ 1 - 1
varia/style-editor.css

@@ -388,7 +388,7 @@ object {
 }
 
 .wp-block-a8c-blog-posts .more-link:after {
-	content: "\02192" /*rtl:"\02190"*/;
+	content: "→" /*rtl:"←"*/;
 	display: inline-block;
 	margin-left: 0.5em;
 }

+ 2 - 2
varia/style-rtl.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Description: A variable-based design system for WordPress sites built with Gutenberg.
 Requires at least: WordPress 4.9.6
-Version: 1.5.10
+Version: 1.5.11
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: varia
@@ -3185,7 +3185,7 @@ body:not(.fse-enabled) .footer-menu a {
 }
 
 .entry-content .more-link:after {
-	content: "\02192";
+	content: "";
 	display: inline-block;
 	margin-right: 0.5em;
 }

+ 2 - 2
varia/style.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Description: A variable-based design system for WordPress sites built with Gutenberg.
 Requires at least: WordPress 4.9.6
-Version: 1.5.10
+Version: 1.5.11
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: varia
@@ -3204,7 +3204,7 @@ body:not(.fse-enabled) .footer-menu a {
 }
 
 .entry-content .more-link:after {
-	content: "\02192" /*rtl:"\02190"*/;
+	content: "→" /*rtl:"←"*/;
 	display: inline-block;
 	margin-left: 0.5em;
 }

+ 1 - 1
varia/style.scss

@@ -5,7 +5,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Description: A variable-based design system for WordPress sites built with Gutenberg.
 Requires at least: WordPress 4.9.6
-Version: 1.5.10
+Version: 1.5.11
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: varia