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
commit a50762ebd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

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 {