#773 dropdown icon from master

This commit is contained in:
Kevin Ross 2015-12-09 10:27:03 -06:00
parent 6ce94151bd
commit f75800e7be

View File

@ -1,18 +1,14 @@
//.dropdownjs:after { .dropdownjs::after {
// right: 5px; position: absolute;
// top: 3px; top: 3px;
// font-size: 25px; right: 5px;
// position: absolute; font-family: "Material Icons";
// content: "\e8ac"; font-size: 25px;
// font-family: "Material-Design-Icons"; font-style: normal;
// speak: none; font-weight: 400;
// font-style: normal; color: #757575;
// font-weight: normal; pointer-events: none;
// font-variant: normal;
// text-transform: none; // bring in the material icon font and icon by code
// line-height: 1; content: "\e5c5"; // found here: https://github.com/google/material-design-icons/search?utf8=%E2%9C%93&q=arrow_drop_down
// -webkit-font-smoothing: antialiased; }
// -moz-osx-font-smoothing: grayscale;
// pointer-events: none;
// color: #757575;
//}