Skip to content

Commit 45e8d0e

Browse files
committed
Remove some background for select
1 parent 3b9ff99 commit 45e8d0e

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/components/ShopData.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@
3131
color: white;
3232
background: rgba(0,0,0,0.2);
3333
border: rgba(255,255,255,0.2) 1px solid;
34-
35-
-webkit-appearance: none; /* For Chrome, Safari */
36-
-moz-appearance: none; /* For Firefox */
37-
appearance: none; /* Standard property */
38-
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"><polygon points="0,2 4,6 8,2" fill="white"/></svg>') no-repeat right 10px center;
39-
background-size: 10px;
40-
padding-right: 30px; /* Make space for the custom arrow */
4134
}
4235
4336
</style>

0 commit comments

Comments
 (0)