diff --git a/app/assets/stylesheets/avalon.scss b/app/assets/stylesheets/avalon.scss index 2abcb58e3f..eb91ab2172 100644 --- a/app/assets/stylesheets/avalon.scss +++ b/app/assets/stylesheets/avalon.scss @@ -1195,6 +1195,16 @@ td { } } +.ramp--rails-content { + #addToPlaylistBtn { + svg { + color: $blue; + height: 1.5rem; + margin-right: 0.2rem; + } + } +} + /* Override CSS for transcript component imported from @samvera/ramp diff --git a/app/javascript/components/Ramp.jsx b/app/javascript/components/Ramp.jsx index 188769027c..263d8fc4b7 100644 --- a/app/javascript/components/Ramp.jsx +++ b/app/javascript/components/Ramp.jsx @@ -133,23 +133,23 @@ const Ramp = ({
- { timeline.canCreate &&
} - { playlist.canCreate && - } { share.canShare && + } { has_structure && @@ -177,6 +195,9 @@ const Ramp = ({ }
+ +
+
diff --git a/app/views/media_objects/_timeline.html.erb b/app/views/media_objects/_timeline.html.erb index fbf45f8093..e9c32c2c5f 100644 --- a/app/views/media_objects/_timeline.html.erb +++ b/app/views/media_objects/_timeline.html.erb @@ -13,13 +13,6 @@ Unless required by applicable law or agreed to in writing, software distributed specific language governing permissions and limitations under the License. --- END LICENSE_HEADER BLOCK --- %> - -
- -
-