@progressive-development/pd-page 0.1.37 → 0.1.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/PdMenu.js +2 -1
package/package.json
CHANGED
package/src/PdMenu.js
CHANGED
|
@@ -127,6 +127,7 @@ export class PdMenu extends LitElement {
|
|
|
127
127
|
width: 100%;
|
|
128
128
|
padding: var(--pd-menu-logo-padding, 2em);
|
|
129
129
|
fill: var(--pd-menu-logo-color, #067394);
|
|
130
|
+
cursor: pointer;
|
|
130
131
|
}
|
|
131
132
|
|
|
132
133
|
|
|
@@ -355,7 +356,7 @@ export class PdMenu extends LitElement {
|
|
|
355
356
|
this.dispatchEvent(
|
|
356
357
|
new CustomEvent('route-event', {
|
|
357
358
|
detail: {
|
|
358
|
-
route: '
|
|
359
|
+
route: '',
|
|
359
360
|
},
|
|
360
361
|
composed: true,
|
|
361
362
|
bubbles: true,
|