changes related to arrow positioning

Issue fixes related to https://github.com/mozilla/send/issues/820.
This commit is contained in:
Ashok kumar 2018-05-29 16:42:34 +05:30 committed by GitHub
parent 33993eda88
commit 6acf58f9e9
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 { .select::after {
color: #0094fb; color: #0094fb;
content: '\25BC'; content: "\25BC";
position: absolute; position: relative;
right: 0; right: 0;
padding: 0 10px;
pointer-events: none; pointer-events: none;
font-size: 20px; font-size: 20px;
margin-left: -20px;
} }
option { option {