Sha256: c77bfa0004e0cf8ab61684d23508562a0807e3a1a82601961aa62416e8628632
Contents?: true
Size: 614 Bytes
Versions: 4
Compression:
Stored size: 614 Bytes
Contents
.usa-select { @extend %block-input-general; @extend %block-input-styles; @include add-background-svg("arrow-both"); appearance: none; background-color: color("white"); background-position: right units(1.5) center; background-size: units(1); padding-right: units(4); &::-ms-expand { display: none; } // Show default webkit style on select element when autofilled to show icon &:-webkit-autofill { appearance: menulist; } // Remove dotted outline from select element on focus in Firefox &:-moz-focusring { color: transparent; text-shadow: 0 0 0 color("black"); } }
Version data entries
4 entries across 4 versions & 1 rubygems