helen / wp-19867-9864

Don't master it.
4 stars 3 forks source link

Skin Select2 #5

Open helen opened 9 years ago

helen commented 9 years ago

While very close, Select2's bundled CSS doesn't completely match our admin CSS. We should make some tweaks to make it look more "WordPress-y", and switch in Dashicons and our own spinner in place of theirs.

leocaseiro commented 9 years ago

I am working on a stylesheet to replace the select2 skin to look more "WordPress-y". The tags autocomplete are a reference.

I'll request a pull for this Issue soon.

helen commented 9 years ago

Can you explain what you mean by the tags autocomplete being a reference? I don't want it to look like that, and don't want you to wander down that path if that's where you're going.

leocaseiro commented 9 years ago

I was wondering if I could use the same flat-design and colours for the selected author as the tags currently work. As I believe the functionally is similar.

That's how currently tags-autocomplete works: tags-autocomplete

That's the version I've done for inactive status on the author: author-autocomplete

helen commented 9 years ago

I hate the way tags look, so please don't emulate it. :) But I do like that dropdown styling as you've got it so far. Emulating native elements is much preferred.

leocaseiro commented 9 years ago

@helenhousandi I don't like the way tags look either LOL!

So, I want to emulate a native select, however, each browser has a different layout for select.

I was thinking just make it flat with a highlight in blue as the WP normally does. So it will become similar a input[text], textarea and also the metabox style...

Otherwise, Have you got any reference how you would like the most or should I wait for the non-js decision before submit a path?