Sublime Forum

Theming expanded commit rows

#1

Hello.

I want to dim the text of those merge commits:
39

I tried to target those rows with this, but it does nothing:
“class”: “message_label”,
“parents”: [{“class”: “commit_table_row”, “attributes”: [“expanded”]}],

Do I misunderstand the expanded/expandable attributes?

0 Likes

#2

It appears the only actually supported/used attribute of commit_table_row is selected.

0 Likes

#3

G’day @Ansett,

Thanks for reaching out!

I’ve just added support for this internally, and it’ll be available in the next Sublime Merge release (coming very soon). I’ll reach out again once this has been released with more details.

Cheers,
- Dylan from Sublime HQ

2 Likes

#4

Does it also cover “hover”?

0 Likes

#5

Nice! Thanks a lot

0 Likes

#6

Hey @deathaxe,

Hover is already supported I believe :slight_smile:

0 Likes

#7

It is. I just checked the control_tree and didn’t found the “hover” attribute assigned to a hovered commit_table_row.

0 Likes