-
Notifications
You must be signed in to change notification settings - Fork 95
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
Update toolbar button style #2627
Conversation
Here are videos on desktop and mobile: Screencast.from.30-06-2022.23_32_23.webmScreencast.from.30-06-2022.23_34_56.webm |
911b116
to
0b42920
Compare
/rebase |
0b42920
to
85e5351
Compare
Looks nice! Just what's the blue border around the textarea, that shouldn't be there. :) |
I guess it is related to nextcloud/server#31584 |
/compile amend |
85e5351
to
d54a8b7
Compare
src/components/Menu/ActionEntry.scss
Outdated
background-color: var(--color-primary-light); | ||
border-radius: 50%; | ||
svg { | ||
fill: var(--color-primary) !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.
Is it possible to avoid !important
here and in line 75?
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.
I tried to get rid of it but we need it in those lines.
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.
Maybe setting color: var(--color-primary);
on the parent could work as the svg should use currentColor?
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.
Unfortunately, it doesn't work.
/rebase |
d54a8b7
to
d82cdac
Compare
/compile |
640a465
to
3f25d10
Compare
/rebase |
Signed-off-by: Luka Trovic <luka@nextcloud.com>
3f25d10
to
37fef5d
Compare
/compile |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Luka Trovic luka@nextcloud.com
Summary