From c1ebd06ddad9fbfe7ce58909462ef1b1c51d8ef5 Mon Sep 17 00:00:00 2001 From: Fabiano Alencar Date: Thu, 22 Nov 2018 20:01:11 -0200 Subject: [PATCH] change dotmore to tainacan-interface-truncate --- src/template-parts/headercollection.php | 4 ++-- src/template-parts/headertaxonomy.php | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/template-parts/headercollection.php b/src/template-parts/headercollection.php index d86737c..7d1b229 100644 --- a/src/template-parts/headercollection.php +++ b/src/template-parts/headercollection.php @@ -1,9 +1,9 @@ -.t-bg-collection .t-collection--info .t-collection--info-description-text.dotmore .toggle::before { +.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.dotmore.full-story .toggle::before { +.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 { diff --git a/src/template-parts/headertaxonomy.php b/src/template-parts/headertaxonomy.php index 4aa9fbb..9211d96 100644 --- a/src/template-parts/headertaxonomy.php +++ b/src/template-parts/headertaxonomy.php @@ -1,8 +1,8 @@ - .t-bg-collection .t-collection--info .t-collection--info-description-text.dotmore .toggle::before { + .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.dotmore.full-story .toggle::before { + .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 { @@ -31,7 +31,7 @@ $taxonomy = get_taxonomy( $term->taxonomy ); -
+