temporarely hide the share button
authorymh <ymh.work@gmail.com>
Thu, 10 Nov 2016 01:45:47 +0100
changeset 408 c89c11c2def7
parent 407 2dba812c7ef2
child 409 8371c99c7947
temporarely hide the share button
cms/app-client/app/styles/components/playlist-component.scss
cms/app-client/app/templates/components/playlist-component.hbs
--- a/cms/app-client/app/styles/components/playlist-component.scss	Wed Nov 09 23:41:15 2016 +0100
+++ b/cms/app-client/app/styles/components/playlist-component.scss	Thu Nov 10 01:45:47 2016 +0100
@@ -239,3 +239,8 @@
 .playlist-component .document-spinner {
     margin-left: 1em;
 }
+
+.playlist-component .playlist-share-button {
+    visibility: hidden;
+}
+
--- a/cms/app-client/app/templates/components/playlist-component.hbs	Wed Nov 09 23:41:15 2016 +0100
+++ b/cms/app-client/app/templates/components/playlist-component.hbs	Thu Nov 10 01:45:47 2016 +0100
@@ -24,7 +24,7 @@
                 <button title="Notice" {{action 'displayNotice' document.id bubbles=false}} class="notice{{if (ifAnd (eq player.window 'notice') (eq player.item document.id)) ' active'}}">
                     Notice
                 </button>
-                <i title="Share notice" class="fa fa-share-alt">Share notice</i>
+                <i title="Share notice" class="fa fa-share-alt playlist-share-button">Share notice</i>
             </div>
         </div>
         <div class="meta">