当前位置:网站首页>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;}
边栏推荐
- second uncle
- Summary of MVCC
- One service layer needs to call the other two service layers to obtain data and assemble it into the final data. The data is all lists. How to design the cache?
- The fledgling Xiao Li's 114th blog project notes: Wisdom cloud intelligent flower watering device combat (3) - basic Demo implementation
- JS new fun(); 类与实例 JS基于对象语言 只能通过书写构造函数充当类
- The maximum quantity leetcode6133. Grouping (medium)
- Software Testing Interview (3)
- Compiled on unbutu with wiringPi library and run on Raspberry Pi
- 指定set 'execution.savepoint.path'后,重启flinksql报这个错是啥
- Lua introductory case of actual combat 1234 custom function and the standard library function
猜你喜欢
彻底关闭Chrome浏览器更新及右上角的更新提示
【uniCloud】云对象的应用与提升
Hackers can how bad to what degree?
树莓派 的 arm 版的 gcc 安装 和环境变量的配置
Weekly Summary (*67): Why not dare to express an opinion
Unity3D study notes 10 - texture array
Euler system (euleros): upgrade Mysql
对无限debugger的一种处理方式
How is the tree structure of the device tree reflected?
HIRO: Hierarchical Reinforcement Learning 】 【 Data - Efficient Hierarchical Reinforcement Learning
随机推荐
<JDBC> 批量插入 的四种实现方式:你真的get到了吗?
移动端页面秒开优化总结
设备树——dtb格式到struct device node结构体的转换
预言机简介
被 CSDN,伤透了心
Software Testing Interview (3)
Software Testing Weekly (Issue 82): In fact, all those who are entangled in making choices already have the answer in their hearts, and consultation is just to get the choice that they prefer.
【Make YOLO Great Again】YOLOv1-v7全系列大解析(Neck篇)
Euler system (euleros): upgrade Mysql
[uniCloud] Application and Improvement of Cloud Objects
leetcode6132. Make all elements in an array equal to zero (simple, weekly)
lua entry case combat 123DIY
初出茅庐的小李第114篇博客项目笔记之机智云智能浇花器实战(3)-基础Demo实现
Summary of JVM interview questions (continuously updated)
Unity在BuildIn渲染管线下实现PlanarReflection的初级方法
Soft Exam Senior System Architect Series: Basic Knowledge of System Development
大佬们,MySQL cdc source在增量过程中回收 replication slave 和 r
When opening a MYSQL table, some can display editing, some do not, how to set.
The device node structure is converted into a platform_device structure
软件测试基础理论知识—用例篇