changes related to arrow positioning
Issue fixes related to https://github.com/mozilla/send/issues/820.
This commit is contained in:
parent
33993eda88
commit
6acf58f9e9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue