-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from AllenInstitute/feature/generalize-ui
Finish Integrating Multi-Data Source Feature + Revamp Style
- Loading branch information
Showing
225 changed files
with
5,293 additions
and
8,007 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
packages/core/components/AggregateInfoBox/AggregateInfoBox.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
packages/core/components/AnnotationFilterForm/AnnotationFilterForm.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.loading-container > div > div { | ||
border-color: var(--secondary-text-color) var(--secondary-background-color) var(--secondary-background-color); | ||
} | ||
|
||
.loading-container, .picker { | ||
background-color: var(--secondary-background-color); | ||
color: var(--secondary-text-color); | ||
padding: var(--margin); | ||
width: 35vw; | ||
} |
Oops, something went wrong.