-
Notifications
You must be signed in to change notification settings - Fork 442
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
Add an icon to the call button to draw more attention #2985
Conversation
Signed-off-by: Joas Schilling <[email protected]>
@@ -80,6 +80,15 @@ | |||
@include icon-color('video', 'actions', 'E9322D', 1, true); | |||
} | |||
|
|||
.icon-start-call, | |||
.icon-incoming-call { | |||
@include icon-color('video', 'actions', $color-primary-text, 1, true); |
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.
Broken on dark mode due to nextcloud/server#19565
/backport to stable18 |
Please review @ma12-co |
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.
Nice improvement!
backport to stable18 in #3008 |
There are two minor style issues (loading icon image instead of pure CSS and default cursor on icon instead of pointer) that come from the server and will be fixed there (nextcloud/server#19671 and nextcloud/server#19672). I guess those fixes will not be backported to stable18 in server, should they be fixed only for Talk 8 in #3008 (or a follow up)? |
If it is not important enough to backport it, then we don't backport it in talk either |
It is not the same; the fixes in the server are not actually "needed", because it can be solved without problems in the apps (for example, as it was done for the clipboard in Talk 7). But in Talk 8 the issue will be visible in the call button. But OK, no fix for Talk 8, less work ;-) |
Fix #2543