Merge pull request #833 from dashokkumar93/master

changes related to arrow positioning
This commit is contained in:
Danny Coates
2018-05-29 14:56:06 -07:00
committed by GitHub

View File

@@ -10,12 +10,12 @@
.select::after {
color: #0094fb;
content: '\25BC';
position: absolute;
content: "\25BC";
position: relative;
right: 0;
padding: 0 10px;
pointer-events: none;
font-size: 20px;
margin-left: -20px;
}
option {