Skip to content
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

Gene track improvements #126

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Gene track improvements #126

wants to merge 4 commits into from

Conversation

veidenberg
Copy link
Contributor

@veidenberg veidenberg commented Dec 19, 2024

Description

Update gene track rendering/styling to match XD

Also includes related tickets:

Related JIRA Issue(s)

ENSWBSITES-2465

Review App URL(s)

http://ens2465.review.ensembl.org

@azangru azangru mentioned this pull request Dec 19, 2024
@@ -69,7 +70,7 @@ let gene.text_leaf = set(gene.text_leaf,gene.is_focus,[leaf(""),...]);
let paint = make_gene_paint(*gene);
rectangle(coord(gene.start,[0,...],[-0.5,...]),coord(gene.end,[5,...],[0.5,...]),paint,gene.block_leaf);

let pen = pen("'IBM Plex Mono', sans-serif",10,[colour!("#6f8190"),...],[colour!("transparent"),...]);
let pen = pen("'IBM Plex Mono', sans-serif",11,[colour!("#000000"),...],[colour!("transparent"),...]);
Copy link
Contributor

@azangru azangru Dec 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By --color-black in the ticket, Andrea means that CSS variable that we use in ensembl-client.

Its value is #1b2c39

See Storybook

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants