Browse Source

Minor fixes for classic editor, front-end styles.

Caroline Moore 6 years ago
parent
commit
d9dcadd2a0
2 changed files with 19 additions and 6 deletions
  1. 9 3
      intergalactic-2/blocks.css
  2. 10 3
      intergalactic-2/editor-blocks.css

+ 9 - 3
intergalactic-2/blocks.css

@@ -173,7 +173,8 @@ figure.alignfull,
 
 /* File */
 
-.wp-block-file .wp-block-file__button {
+.wp-block-file a.wp-block-file__button,
+.wp-block-file a.wp-block-file__button:visited {
 	border-radius: 0;
 	font-size: 18px;
 	font-weight: bold;
@@ -193,8 +194,8 @@ figure.alignfull,
 	text-shadow: none;
 }
 
-.wp-block-file .wp-block-file__button:hover,
-.wp-block-file .wp-block-file__button:focus {
+.wp-block-file a.wp-block-file__button:hover,
+.wp-block-file a.wp-block-file__button:focus {
 	-webkit-transition: .3s all ease-in-out;
 	   -moz-transition: .3s all ease-in-out;
 			transition: .3s all ease-in-out;
@@ -400,6 +401,11 @@ hr.wp-block-separator {
 
 /* Latest Comments */
 
+.wp-block-latest-comments {
+	margin-left: 0;
+	margin-right: 0;
+}
+
 .editor-block-list__block .wp-block-latest-comments__comment-meta a {
 	box-shadow: none;
 	font-weight: 700;

+ 10 - 3
intergalactic-2/editor-blocks.css

@@ -407,12 +407,19 @@
 
 .wp-block-freeform.block-library-rich-text__tinymce ol {
 	list-style: decimal;
-	margin-left: 0;
-	padding-left: 1.5em;
+	margin-left: 3em;
+	padding: 0;
 }
 
-.wp-block-freeform.block-library-rich-text__tinymce blockquote {
+.wp-block-freeform.block-library-rich-text__tinymce li > ol {
+	margin-left: 1.5em;
+}
 
+.wp-block-freeform.block-library-rich-text__tinymce blockquote {
+	border: 0;
+	font-style: italic;
+	margin: 0 1.5em;
+	color: #767676;
 }
 
 .wp-block-freeform.block-library-rich-text__tinymce blockquote p {