-
Notifications
You must be signed in to change notification settings - Fork 509
chore(deps): bump @nextcloud/vue to v9.0.0-rc.6 #15694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Maksim Sukharev <[email protected]>
Signed-off-by: Maksim Sukharev <[email protected]>
Signed-off-by: Maksim Sukharev <[email protected]>
Signed-off-by: Maksim Sukharev <[email protected]>
54fd9ac to
d2dddc9
Compare
| .join-call.button-vue--success { | ||
| // Overwrite default button colors for joining call | ||
| --join-call-background-color: var(--color-border-success); | ||
| --join-call-border-color: var(--color-success-text); | ||
| // Do not overwrite for dark theme | ||
| body[data-theme-dark] & { | ||
| --join-call-border-color: var(--color-success-hover); | ||
| } | ||
| @media (prefers-color-scheme: dark) { | ||
| body[data-theme-default] & { | ||
| --join-call-border-color: var(--color-success-hover); | ||
| } | ||
| } | ||
| border-color: var(--join-call-border-color); | ||
| background-color: var(--join-call-background-color); | ||
| color: var(--color-primary-element-text) !important; | ||
| &:hover:not(:disabled) { | ||
| background-color: var(--join-call-border-color); | ||
| } | ||
| } | ||
| .leave-call-actions--split { | ||
| gap: 1px; | ||
| & :deep(.button-vue--error) { | ||
| // Overwrite default button colors for leaving call | ||
| background-color: #FF3333 !important; // Nextcloud 31 --color-error | ||
| color: var(--color-primary-text) !important; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO, with such changes this checklist item should not be skipped...
- 🖌️ Design was reviewed, approved or inspired by the design team
The change reverts 32 design changes and adds hacks with deep styles override.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given a zero notice period and no aligning with teams from server side, I don't see an issue with reverting changes for call button
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But we have time since release is delayed, so cc @nimishavijay
☑️ Resolves
🖌️ UI Checklist
🖼️ Screenshots / Screencasts
🏁 Checklist