Sha256: bfe7206530558f14e27913473a2fc1f6390c115d916b38b931cf0f661dcbb5fa
Contents?: true
Size: 646 Bytes
Versions: 8
Compression:
Stored size: 646 Bytes
Contents
.select { @include center_with_flexbox(center, none); overflow: hidden; &:after { z-index: 1; content: '\f0d7'; margin-top: auto; margin-bottom: auto; margin-left: -30px; font-size: font-size('default'); font-family: FontAwesome; color: color('gray-600'); } .select-field { z-index: 2; background-color: transparent; background-image: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; } } // see windows dev center for pseudo-element definition: https://msdn.microsoft.com/en-us/library/windows/apps/hh465742.aspx select::-ms-expand { display: none; }
Version data entries
8 entries across 8 versions & 1 rubygems