Merge pull request #833 from dashokkumar93/master
changes related to arrow positioning
This commit is contained in:
commit
a50762ebd7
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue