From 7075f90511d123aeef07f95261a1719537878823 Mon Sep 17 00:00:00 2001 From: Emmanuel Enwenede Date: Tue, 9 Nov 2021 14:19:12 +0000 Subject: [PATCH] removed class name selector from back-to-top component --- components/x-live-blog-post/src/LiveBlogPost.jsx | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/components/x-live-blog-post/src/LiveBlogPost.jsx b/components/x-live-blog-post/src/LiveBlogPost.jsx index fae64c788..0f217f2ef 100644 --- a/components/x-live-blog-post/src/LiveBlogPost.jsx +++ b/components/x-live-blog-post/src/LiveBlogPost.jsx @@ -32,16 +32,10 @@ const LiveBlogPost = (props) => { return ref.includes('#') ? ref : `#${ref}` } BackToTopComponent = ( - /** - * (Ref: LBPC101) The class name `live-blog-post-controls__back-to-top-link` has been added to help consumers - * of this component select and override css behaviours if it is required. Due to modularization. - * the generated classnames will be differen on different releases so this addition provides a steady - * selector for overrides - */ Back to top @@ -50,13 +44,10 @@ const LiveBlogPost = (props) => { if (typeof backToTop === 'function') { BackToTopComponent = ( - /** - * (Ref: LBPC101) Override class name `live-blog-post-controls__back-to-top-button` - */ @@ -65,9 +56,6 @@ const LiveBlogPost = (props) => { } return ( - /** - * (Ref: LBPC101) Override class name `live-blog-post` - */