简体   繁体   中英

Remove the gray border above the arrow for Bootstrap tooltip

Does anyone know why this thin border appears on ALL my Bootstrap tooltips? I have searched and searched and cannot find anyone else who seems to experience this. The border is there in all of our MVC projects, and we have not altered the Bootstrap CSS in any way. We are using Bootstrap 3.3.7. The image shows the thin border above the stem/arrow. Thanks!

工具提示边框

Change Css Of below classes which is use for tooltip in bootstrap.

.tooltip.top .tooltip-arrow,
.tooltip-inner {
    border:none;
    box-shadow:none;
    outline:none;
}

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