Skip to content

Instantly share code, notes, and snippets.

View pridemusvaire's full-sized avatar
🎯
Focusing

Pride Musvaire pridemusvaire

🎯
Focusing
View GitHub Profile
@pridemusvaire
pridemusvaire / How To Hide The Select Arrow On Firefox.md
Created June 14, 2016 12:42 — forked from joaocunha/How To Hide The Select Arrow On Firefox.md
How to hide <select> dropdown's arrow in Firefox when using "-moz-appearance: none;".

This is no longer a bug. I'm keeping the gist for historical reasons, as it helped to get it fixed. Make sure to read the notes by the end of the post.

How to remove hide the select arrow in Firefox using -moz-appearance:none;

TL;DR (or, the fix)

  1. Set -moz-appearance to none. This will "reset" the styling of the element;
  2. Set text-indent to 0.01px. This will "push" the text a tiny bit[1] to the right;
@pridemusvaire
pridemusvaire / front-end-curriculum.md
Created April 7, 2016 13:45 — forked from stevekinney/front-end-curriculum.md
Front-end Curriculum Draft

Module 1

  • Semantic markup
  • HTML standards mode and quirks mode
  • HTML fundamentals
    • Classes and IDs
  • CSS fundamentals
    • Selectors
    • Resets and normalizers
    • The box model
@pridemusvaire
pridemusvaire / frontendDevlopmentBookmarks.md
Created April 7, 2016 12:14 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.