mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-24 07:18:11 +08:00
Begin integrating blueprint (#359)
* toast test * modify webpack build to allow for global CSS; use CSS modules to scope component styling * remove heatmap * add label to index resets * swapping out buttons for blueprint * adding constants to globals * swapping out blueprint buttons * title position, sidebar improvements * sidebar styles * adding toasts for validation errors * zebra section trial * integrating blueprint, switching buttons over, breaking out scatter * clean up console
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.graphCanvas path {
|
||||
:local(.graphCanvas) path {
|
||||
shape-rendering: crispEdges;
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.axis path,
|
||||
.axis line {
|
||||
:local(.axis) path,
|
||||
:local(.axis) line {
|
||||
fill: none;
|
||||
stroke: #000;
|
||||
stroke-width: 1px;
|
||||
@@ -29,6 +29,6 @@ circle {
|
||||
fill: none;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
:local(.hidden) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user