Page MenuHomePhabricator

Change or add new class for format group's of the Toolbar
Closed, DeclinedPublic

Description

Hello, ext.toolbar have two groups with group-format class. It's very difficult to connect to only one thing.

12312345 (75×1 px, 37 KB)

I think we need to add extra classes for it.

Event Timeline

why is it very difficult ? selectors make this easy right ? I'd rather not introduce new classes unless we really need to.

Specifically, $( 'div.section-main div.group-format' )[ 0 ] for the first and $( 'div.section-advanced div.group-format' )[ 0 ] for the second, or $( 'div.group-format' )[ 0 ] and $( 'div.group-format' )[ 1 ].