diff --git a/d2l-navigation-button.js b/d2l-navigation-button.js index 6b72310d..4282946b 100644 --- a/d2l-navigation-button.js +++ b/d2l-navigation-button.js @@ -2,7 +2,7 @@ import 'd2l-button/d2l-button-behavior.js'; import 'd2l-polymer-behaviors/d2l-focusable-behavior.js'; import 'd2l-polymer-behaviors/d2l-id.js'; import { highlightStyles } from './d2l-navigation-highlight-styles.js'; -import 'd2l-offscreen/d2l-offscreen-shared-styles.js'; +import '@brightspace-ui/core/components/offscreen/offscreen.js'; import { PolymerElement, html } from '@polymer/polymer/polymer-element.js'; import { mixinBehaviors } from '@polymer/polymer/lib/legacy/class.js'; @@ -36,7 +36,7 @@ class D2LNavigationButton extends mixinBehaviors([D2L.PolymerBehaviors.Button.Be static get template() { const template = html` ${highlightStyles} -