Skip to content

Commit 20189b6

Browse files
committed
Fix status menu styles after nc/vue 2.6 upgrade
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
1 parent 737dfbf commit 20189b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/user_status/src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ li:not(.inline) #user-status-menu-item {
264264
&__subheader {
265265
width: 100%;
266266
267-
> button {
267+
button.action-item__menutoggle {
268268
display: block;
269269
box-sizing: border-box;
270270
background-color: var(--color-main-background);
@@ -290,7 +290,7 @@ li:not(.inline) #user-status-menu-item {
290290
.inline #user-status-menu-item__subheader {
291291
width: 100%;
292292
293-
> button {
293+
button.action-item__menutoggle {
294294
background-size: 16px;
295295
border: 0;
296296
border-radius: var(--border-radius-pill);

0 commit comments

Comments
 (0)