@pushengineering/umg-web-components 3.2.9 → 3.2.10
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.
|
@@ -155,7 +155,7 @@ let HeaderDrawer = class HeaderDrawer extends LitElement {
|
|
|
155
155
|
>
|
|
156
156
|
<span slot="icon">
|
|
157
157
|
<umg-icon
|
|
158
|
-
part="menu-icon"
|
|
158
|
+
part="menu-icon menu-icon-open"
|
|
159
159
|
class="menu-icon icon--open"
|
|
160
160
|
icon="bars"
|
|
161
161
|
size="2xlarge"
|
|
@@ -167,7 +167,7 @@ let HeaderDrawer = class HeaderDrawer extends LitElement {
|
|
|
167
167
|
>
|
|
168
168
|
</umg-icon>
|
|
169
169
|
<umg-icon
|
|
170
|
-
part="menu-icon"
|
|
170
|
+
part="menu-icon menu-icon-close"
|
|
171
171
|
class="menu-icon icon--close"
|
|
172
172
|
icon="close"
|
|
173
173
|
size="2xlarge"
|