-
-
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
highlight active navigation entry better, fix #2096 #3150
Conversation
Signed-off-by: Jan-Christoph Borchardt <[email protected]>
Signed-off-by: Morris Jobke <[email protected]>
Done 😝 |
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.
Works and looks fantastic
Current coverage is 53.92% (diff: 100%)@@ master #3150 diff @@
==========================================
Files 1302 1302
Lines 80148 80165 +17
Methods 7909 7915 +6
Messages 0 0
Branches 1248 1248
==========================================
+ Hits 43211 43230 +19
+ Misses 36937 36935 -2
Partials 0 0
|
Nice idea!! :D |
\o/ |
@BernhardPosselt thanks for continuing to nag about this! :) It's really a lot more usable now @MorrisJobke thanks for fixing the theming part! |
…rver#3150 Signed-off-by: Jan-Christoph Borchardt <[email protected]>
…rver#3150 (#85) Signed-off-by: Jan-Christoph Borchardt <[email protected]>
This ^ |
It’s already a dark text and dark icon and that color on the side. If it’s too wide, it takes too much attention as it’s too present and one of the few colored things on the page. Remember it’s only an indicator, not a call to action. |
Maybe use a light circular box shadow to expand the blue a bit? |
Needs mockups but my php install segfaults all the time, @Dennis1993 can you play around a bit more? |
Can we have this for the personal-settings too 🤔 One-pager could make this more difficult 😁 @jancborchardt |
@@ -1,4 +1,5 @@ | |||
/** | |||
* @copyright Copyright (c) 2014, Jan-Christoph Borchardt (http://jancborchardt.net) |
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.
A time traveler 😱
See #3346 |
Before & after:
Fix #2096, please review @MariusBluem @BernhardPosselt @nextcloud/designers
What’s left to do here is properly hook it up to
$nextcloud-blue
, but the apps.css is not in the assets folder yet. @skjnldsv or is that already possible?Also it should use the theme color – @juliushaertl how to best do that?