-
Notifications
You must be signed in to change notification settings - Fork 7
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
CSS refactor #151
CSS refactor #151
Conversation
Hey @tuurep so I did this now, I think it made the CSS a lot less cluttered and will hopefully make it easier to maintain & extend in the future :) I concentrated as hard as I could while doing this, I hope I didn't mess anything up ^^ If you want to check this I would recommend looking at each of the two commits whose messages are Also let me know if you're happy with this or if you would refactor anything else :) I did a couple of other small things, see commit messages EDIT I forgot about the (single) Notebook color we have at the moment, added another commit that does that. |
a86678c
to
dbfab63
Compare
Hey, looks great. Even surprises me how few variables we end up needing. Tested and looks as expected on light theme. I only have naming-related concerns, I'll put a review. |
That's all! Drawback of this is that we will have to come up with new variables and sort of maintain a naming scheme for these, but looks like it's worth it IMO. |
5cd73d4
to
924dd99
Compare
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.
Ok, I would go with the muted for header border (etc) option,
And I think it would be simpler if we rename to
border-muted
border-regular
Also partly so that one can reuse these colors in custom styles and it's more descriptive this way
So if you're okay with all this, we can merge 😄
Sorry for all the pain and suffering we have been through here.
Absolutely no reason to apologize! I appreciate your dedication to getting these things right a lot, this is very important to the project. Thank you! |
Ok! Not always sure if I'm being counter-useful, so good to know 😄 |
Haha no, definitely useful, this is a big contribution to the quality! I fixed the naming, you forgot to rename Now we're good right? |
Oh yeah, I forgot to rename the variables.. 🤦 Lets be sure that they're correct, careful because I changed the order of them (the old |
Ohhh okay haha, then they probably aren't correct. Can you look into it? I'll be out for today, talk tomorrow! :) |
Yes, these just had to be flipped Now it's good! |
Okay, I see no reason not to merge now so I'll just go ahead and do it :D Thanks |
Close #120