当前位置:网站首页>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 IDEA can't find or unable to load The main class or Module "*" must not contain The source root "*" The root already belongs to The Module "*"
How to get started with YOLO?How to implement your own training set?
Ordinary users cannot access HGFS directory
MYSQL two-phase commit
Which interpolation is better for opencv to zoom in and out??
初出茅庐的小李第113篇博客项目笔记之机智云智能浇花器实战(2)-基础Demo实现
Unity3D study notes 10 - texture array
解决IDEA默认情况下新建文件时,右击,new,没有XML文件的问题
二舅
leetcode6132. 使数组中所有元素都等于零(简单,周赛)
随机推荐
Summary of MVCC
更换树莓派内核
【分层强化学习】HIRO:Data-Efficient Hierarchical Reinforcement Learning
[SemiDrive source code analysis] series article link summary (full)
How is the tree structure of the device tree reflected?
Flink 部署和提交job
设备树——dtb格式到struct device node结构体的转换
Hackers can how bad to what degree?
Introduction to Oracle
【SemiDrive源码分析】系列文章链接汇总(全)
HCIP(14)
The fledgling Xiao Li's 113th blog project notes: Wisdom cloud smart flower watering device combat (2) - basic Demo implementation
手写二叉查找树及测试
MYSQL Classic Interview Questions
指定set 'execution.savepoint.path'后,重启flinksql报这个错是啥
TypeScript简化运行之ts-node
Euler system (euleros): upgrade Mysql
开源项目站点必备&交流区功能
787. Merge Sort
普通用户无法访问hgfs目录