From 3979bbfac16b290f44fe52c67d72fa8a5c7c4cda Mon Sep 17 00:00:00 2001 From: Fabiano Alencar Date: Fri, 23 Nov 2018 09:10:48 -0200 Subject: [PATCH] Fix truncate on description collection --- src/template-parts/headercollection.php | 6 ------ src/template-parts/headertaxonomy.php | 6 ------ 2 files changed, 12 deletions(-) diff --git a/src/template-parts/headercollection.php b/src/template-parts/headercollection.php index 7d1b229..c43c964 100644 --- a/src/template-parts/headercollection.php +++ b/src/template-parts/headercollection.php @@ -1,11 +1,5 @@ -.t-bg-collection .t-collection--info .t-collection--info-description-text.tainacan-interface-truncate .toggle::before { - content: "[ ' . __( 'Show more', 'tainacan-interface' ) . ' ]"; -} -.t-bg-collection .t-collection--info .t-collection--info-description-text.tainacan-interface-truncate.full-story .toggle::before { - content: "[ ' . __( 'Show less', 'tainacan-interface' ) . ' ]"; -} nav.menu-belowheader #menubelowHeader ul.dropdown-menu { min-width: 10rem !important; }'; diff --git a/src/template-parts/headertaxonomy.php b/src/template-parts/headertaxonomy.php index 9211d96..5185201 100644 --- a/src/template-parts/headertaxonomy.php +++ b/src/template-parts/headertaxonomy.php @@ -1,10 +1,4 @@ - .t-bg-collection .t-collection--info .t-collection--info-description-text.tainacan-interface-truncate .toggle::before { - content: "[ ' . __( 'Show more', 'tainacan-interface' ) . ' ]"; - } - .t-bg-collection .t-collection--info .t-collection--info-description-text.tainacan-interface-truncate.full-story .toggle::before { - content: "[ ' . __( 'Show less', 'tainacan-interface' ) . ' ]"; - } nav.menu-belowheader #menubelowHeader ul.dropdown-menu { min-width: 10rem !important; }