要删除所选项目中的蓝色轮廓吗?

问题描述 投票:1回答:1

我要删除所选项目的蓝色轮廓吗?如何使用CSS编写代码?enter image description here

这是我的代码

<div class="landing-pages-special-sites">
    <select id="list-specialsites" onchange="sort(this)" name="list-specialsites" class="list-special-sites">
        <option value="0" style="display:none"></option>
        <option value="new" style="color:#fff; background:#000; outline:none;">Terbaru</option>
        <option value="popular" style="color:#fff; background:#000; outline:none;">Terpopuler</option>
    </select>
</div>
html css styles
1个回答
0
投票
我们无法更改选择输入的设计,因为您必须使用Select2(https://select2.org/)输入框,因此您可以自定义选择输入的设计。
© www.soinside.com 2019 - 2024. All rights reserved.