Sha256: 128ca444eb4f1075981cb9a9768bae20341f885bddca54c27b925c1293de72bb
Contents?: true
Size: 644 Bytes
Versions: 113
Compression:
Stored size: 644 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
113 entries across 113 versions & 1 rubygems