-
Notifications
You must be signed in to change notification settings - Fork 1.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
Refactor Material Theme #178
Conversation
sc1f
commented
Aug 1, 2018
- split out common colors & fonts into variables.less
- restructure and refactor material.less & material.dark.less for readability and reduction of duplicate rule declaration.
make sure jlab picks these up https://github.com/jpmorganchase/perspective/tree/master/packages/perspective-jupyterlab/src/css |
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.
Small tweak
|
||
#divider { | ||
display: none; | ||
} | ||
} |
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.
These seem to revert a commit I made on responsive-sidebar before merging, to consolidate .columns_horizontal
.
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.
Nevermind - I misread, this works as intended.
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 didnt know you could do this...
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 fixed.
|
||
perspective-row:hover { |
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.
Might be worth putting style rules for perspective-computed-column
in a future commit rather than here.
@timkpaine the Jlab css looks exactly like the compiled version of the |
@texodus looks like the travis/push build broke on the flaky perspective-hypergrid test. Is there a way to manually run that check again without pushing to the repo/updating the PR? |
@sc1f I reran the build, passed now. |
Looks good, thanks! |
Treat negative sunburst size values as zero