-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Scss normalization #6372
Scss normalization #6372
Conversation
@@ -90,7 +90,7 @@ kbd { | |||
-moz-user-select: none; | |||
-ms-user-select: none; | |||
user-select: none; | |||
border-right: 1px solid nc-darken($color-main-background, 8%); | |||
border-right: 1px solid $color-border; |
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.
Where does the $color-border
comes from?
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.
Newly created var for all our borders in nc! :)
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.
It's a WIP, still haven't pushed the variables.scss 👍
Codecov Report
@@ Coverage Diff @@
## master #6372 +/- ##
============================================
- Coverage 53.06% 53.06% -0.01%
- Complexity 22553 22567 +14
============================================
Files 1414 1417 +3
Lines 87745 87800 +55
Branches 1340 1340
============================================
+ Hits 46565 46594 +29
- Misses 41180 41206 +26
|
8814122
to
16aad65
Compare
@nextcloud/designers what do you think of this? I always find the lack of feedback on the settings button disturbing, considering we have a unified design for all the links above :) |
@skjnldsv good call! Totally didn't occur to me :D (I guess you are already thinking/working how to make the sidebar icons adapt to the background if in dark mode? ;) cc @juliushaertl |
@jancborchardt The switch to dark is the beginning of my whole work on the scss implementation, It never left my todo list!! :D Look at #1692 ;) |
2f36246
to
ac625e5
Compare
Rebased to latest master |
da1dc37
to
70b354e
Compare
I think we're good here! :) |
I will review once #6607 is fixed. |
@MorrisJobke Your turn! ;) |
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.
Changes look good and i could not find any visual issues with it. 👍
By the way, it would be awesome if you could clean up the commit history for this a bit. Either squash it into one or even better group them somehow logically together.
@juliushaertl why? :) |
@skjnldsv In general they are fine, since they are already nicely grouped by small changes. The main issue i have with those is, that most of the commit messages won't help you to get what this commit is about, when you read them without context. Makes it kind of hard to track down issues afterwords imo. Maybe just a personal thing. |
@juliushaertl I see your point! :) |
variables. Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
Scss conversion Cleanup settings scss Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
70b354e
to
7cee919
Compare
@juliushaertl all clear! ;) |
Awesome, thanks. 👍 that also makes it easier to review and checkout the changes. |
But somehow JSUnit fails:
|
Let me take a look @MorrisJobke |
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
@MorrisJobke Tests fixed. Let's wait for drone! 🎉 |
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.
🚀
Processus:
This pr includes: