briancwald / material_admin

Drupal 8 Admin Theme
GNU General Public License v2.0
48 stars 15 forks source link

Change "manage" button to Elipsis icon? #10

Closed briancwald closed 7 years ago

briancwald commented 7 years ago

For dropbuttons, I wonder if it makes sense to just make them the http://fontawesome.io/icon/ellipsis-v/ icon.

mortenson commented 7 years ago

There are places where I would prefer labels, ellipsis, and a configure/gear icon. I think we'll have to hard code a lot of cases and default on something like an ellipsis. Also, why aren't we using Material icons?

briancwald commented 7 years ago

We probably should yea, I forgot why I choose to not use them to be honest but I'm sure it would be fine and obviously more consistent with the other material stuff

briancwald commented 7 years ago

Oh yeah, it was because the sass integration method fontawesome has which makes it super easy to attach to a :before and :after elements whereas google fonts uses a sprite integration approach and prefers them to be displayed in the HTML. http://google.github.io/material-design-icons/

But I'm sure we could do it, just need to look at the implementation details more.

briancwald commented 7 years ago

I think at the very least we should place this for all table 'operations'

briancwald commented 7 years ago
screenshot 2017-06-20 08 05 52