From 3a756ff781b5e5c24abb89b8b5390d31d39aeae5 Mon Sep 17 00:00:00 2001 From: Annabel Segall Date: Thu, 10 Feb 2022 10:53:35 -0500 Subject: [PATCH 1/3] sub old d2l-offscreen with core version --- d2l-navigation-button.js | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/d2l-navigation-button.js b/d2l-navigation-button.js index 6b72310d..3d1f4e69 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} -