|
@@ -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;
|