简体   繁体   中英

Remove select2 border on active of select element?

I have gone through its css code but not able to find its actually property that is being applied on the main element.

i'm making some changes in select2 library so that i can use it in my way. i trapped in its CSS did not get from which property border displayed on active or focus on element.

Did not find any :active selector in css or I also checked it in js file not also there,while debugging not showing any css applied on that element.

Link for plunkr

image of element border.

在此输入图像描述

Resolved

span.select2-selection.select2-selection--single {
        outline: none;
    }

updated plunkr

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM