Browse Source

Remove unused selectors.

Caroline Moore 6 years ago
parent
commit
f68618bb43
1 changed files with 0 additions and 48 deletions
  1. 0 48
      affinity/blocks.css

+ 0 - 48
affinity/blocks.css

@@ -142,14 +142,6 @@ p.has-drop-cap:not(:focus)::first-letter {
 
 /* Quote */
 
-.wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
-.wp-block-quote:not(.is-large):not(.is-style-large).alignright {
-}
-
-.rtl .wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
-.rtl .wp-block-quote:not(.is-large):not(.is-style-large).alignright {
-}
-
 .wp-block-quote cite {
 	display: block;
 	text-align: right;
@@ -251,12 +243,6 @@ p.has-drop-cap:not(:focus)::first-letter {
 	font-size: 18px;
 }
 
-.rtl .wp-block-pullquote blockquote {
-}
-
-.wp-block-pullquote p {
-}
-
 .wp-block-pullquote cite {
 	color: #99908a;
 	display: block;
@@ -265,33 +251,6 @@ p.has-drop-cap:not(:focus)::first-letter {
 	font-size: 14px;
 }
 
-.wp-block-pullquote cite:before {
-}
-
-/* Table */
-
-.wp-block-table,
-.wp-block-table th,
-.wp-block-table td {
-}
-
-.wp-block-table {
-}
-
-.wp-block-table th,
-.wp-block-table td {
-}
-
-.wp-block-table th {
-}
-
-.wp-block-table td {
-}
-
-.rtl .wp-block-table th,
-.rtl .wp-block-table td {
-}
-
 /*--------------------------------------------------------------
 4.0 Blocks - Layout Elements
 --------------------------------------------------------------*/
@@ -373,13 +332,6 @@ hr.wp-block-separator {
 	margin-bottom: 0;
 }
 
-/*--------------------------------------------------------------
-6.0 Blocks - Colors
---------------------------------------------------------------*/
-
-
-
-
 /* Media queries */
 
 @media screen and ( min-width: 68em ) {