当前位置:网站首页>button remove black frame
button remove black frame
2022-08-01 03:34:00 【Teng Qingshan YYDS】
If you want to remove the black frame of the button, you can use the following two properties:
border: none;outline: none;But when I click the button, I will find that the black box appears again. At this time, we can use the developer tools to debug, as shown in the figure:

You can see that since the project introduces bootstrap, when the buttonWhen the focus is obtained, a black frame will appear again:

So the solution is to override this property, the following code:
.button:focus {outline: none;}边栏推荐
猜你喜欢

The fledgling Xiao Li's 113th blog project notes: Wisdom cloud smart flower watering device combat (2) - basic Demo implementation

软件测试面试(三)

IDEA does not recognize the module (there is no blue square in the lower right corner of the module)

开源项目站点必备&交流区功能

Elastic Stack的介绍
![[uniCloud] Application and Improvement of Cloud Objects](/img/e0/4b899e17f683043d66a8fa426e88a4.jpg)
[uniCloud] Application and Improvement of Cloud Objects

情人节浪漫3D照片墙【附源码】

彻底关闭Chrome浏览器更新及右上角的更新提示

Summary of JVM interview questions (continuously updated)

opencv 缩小放大用哪种插值更好??
随机推荐
剑指offer专项突击版第16天
MYSQL query interception optimization analysis
The fledgling Xiao Li's 112th blog project notes: Wisdom cloud intelligent flower watering device actual combat (1) - basic Demo implementation
Introduction to the Elastic Stack
链式编程、包、访问权限
一个service层需要调用另两个service层获取数据,并组装成最后的数据,数据都是list,缓存如何设计?
win10 固定本机IP
[Search topic] After reading the inevitable BFS solution to the shortest path problem
MYSQL-Batch insert data
解决安装MySQL后,Excel打开很慢的问题
手写二叉查找树及测试
The 16th day of the special assault version of the sword offer
Soft Exam Senior System Architect Series: Basic Knowledge of Information Systems
date command
Weekly Summary (*67): Why not dare to express an opinion
黑客到底可以厉害到什么程度?
软考高级系统架构设计师系列之:系统开发基础知识
TypeScript简化运行之ts-node
MYSQL logical architecture
Flink 部署和提交job