Skip to content
Snippets Groups Projects
Commit ec958553 authored by Tyler Struyk's avatar Tyler Struyk
Browse files

ISTWCMS-4966: Override drupal core contextual link for youtube to show up

parent 110ac8fd
No related branches found
No related tags found
1 merge request!48Fix Youtube not showing for admiin
/* Youtube videos will not show without this */
.uw-remote-video__video .contextual-region {
position: initial;
}
......@@ -12,6 +12,7 @@ libraries:
- 'uw_fdsu_theme_resp/global'
- 'uw_fdsu_theme_resp/uw_ckeditor'
- 'uw_fdsu_theme_resp/global-message'
- 'uw_fdsu_theme_resp/drupal-core-overrides'
# Libraries override allows you to remove libraries added by other projects.
# libraries-override:
......
......@@ -17,6 +17,10 @@ global-message:
css:
theme:
css/global-message.css: {}
drupal-core-overrides:
css:
theme:
css/drupal-core-overrides.css: {}
uw_dashboards:
css:
theme:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment