-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
remove slight transparency of primary action button, ref #1615 #1903
Conversation
Signed-off-by: Jan-Christoph Borchardt <[email protected]>
@jancborchardt, thanks for your PR! By analyzing the history of the files in this pull request, we identified @juliushaertl, @LukasReschke and @schiessle to be potential reviewers. |
@jancborchardt The simple way would be to add a custom css rule over here and overwrite the icon used in the button: server/apps/theming/lib/Controller/ThemingController.php Lines 394 to 401 in 551cffd
And of course adapt the unit tests to match the changes. 😉 |
Signed-off-by: Jan-Christoph Borchardt <[email protected]>
@juliushaertl thanks a lot! Fixed it and hopefully I also fixed the tests correctly. :D Please review @nextcloud/designers |
Current coverage is 57.74% (diff: 100%)@@ master #1903 diff @@
==========================================
Files 1075 1078 +3
Lines 61215 62411 +1196
Methods 6864 7075 +211
Messages 0 0
Branches 0 0
==========================================
+ Hits 35194 36039 +845
- Misses 26021 26372 +351
Partials 0 0
|
@LukasReschke @MorrisJobke can we deactivate the codecov comments? It’s already shown in the PR summary below and is a lot of noise. :) |
|
👍 |
LGTM |
Fix the first part of @ChristophWurst’s comment in #1615 (comment) about the log in button when themed
@juliushaertl how would I use the class .icon-confirm (instead of .icon-confirm-white) when the primary color is set so the text switches to black? :)
cc @nextcloud/designers