当前位置:网站首页>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;}边栏推荐
- IDEA调试
- Basic Theoretical Knowledge of Software Testing - Use Cases
- second uncle
- Unity's primary method for implementing PlanarReflection under the BuildIn rendering pipeline
- By CSDN, torn
- 移动端页面秒开优化总结
- 【 Make YOLO Great Again 】 YOLOv1 v7 full range with large parsing (Neck)
- ARM 交叉编译
- [Data analysis] Based on matlab GUI student achievement management system [including Matlab source code 1981]
- 软件测试基础理论知识—用例篇
猜你喜欢

解决安装MySQL后,Excel打开很慢的问题

使用ts-node报错

带wiringPi库在unbutu 编译 并且在树莓派运行

【分层强化学习】HIRO:Data-Efficient Hierarchical Reinforcement Learning

纽约大学等 | TM-Vec:用于快速同源检测和比对的模版建模向量
![[uniCloud] Application and Improvement of Cloud Objects](/img/e0/4b899e17f683043d66a8fa426e88a4.jpg)
[uniCloud] Application and Improvement of Cloud Objects

Talking about hardware device computing storage and data interaction

设备树——dtb格式到struct device node结构体的转换

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

How is the tree structure of the device tree reflected?
随机推荐
软考高级系统架构设计师系列之:信息系统基础知识
The 16th day of the special assault version of the sword offer
黑客到底可以厉害到什么程度?
lua entry case combat 123DIY
Introduction to Oracle
IDEA修改注释字体
测试
Inheritance Considerations
【入门教程】Rollup模块打包器整合
The kernel of the decompression process steps
Ordinary users cannot access HGFS directory
HIRO: Hierarchical Reinforcement Learning 】 【 Data - Efficient Hierarchical Reinforcement Learning
[Message Notification] How about using the official account template message?
【SemiDrive源码分析】系列文章链接汇总(全)
指定set 'execution.savepoint.path'后,重启flinksql报这个错是啥
IDEA无法识别module(module右下角没有蓝色小方块)
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 "*"
Weekly Summary (*67): Why not dare to express an opinion
Software Testing Interview (3)
787. Merge Sort