当前位置:网站首页>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;}边栏推荐
- Nmap manuals - the full version
- 带你体验一次类型编程实践
- 被 CSDN,伤透了心
- 软件测试面试(三)
- Unity's primary method for implementing PlanarReflection under the BuildIn rendering pipeline
- 对无限debugger的一种处理方式
- 简单易用的任务队列-beanstalkd
- [SemiDrive source code analysis] series article link summary (full)
- Unity在BuildIn渲染管线下实现PlanarReflection的初级方法
- Introduction to the Elastic Stack
猜你喜欢

MYSQL Classic Interview Questions

Browser download shortcut to desktop (PWA)

IDEA调试

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

【搜索专题】看完必会的BFS解决最短路问题攻略

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

解决IDEA默认情况下新建文件时,右击,new,没有XML文件的问题

Simple and easy to use task queue - beanstalkd

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

【入门教程】Rollup模块打包器整合
随机推荐
Solve the problem that Excel opens very slowly after installing MySQL
The fledgling Xiao Li's 113th blog project notes: Wisdom cloud smart flower watering device combat (2) - basic Demo implementation
Elastic Stack的介绍
开源项目站点必备&交流区功能
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 "*"
[uniCloud] Application and Improvement of Cloud Objects
When opening a MYSQL table, some can display editing, some do not, how to set.
普通用户无法访问hgfs目录
初出茅庐的小李第113篇博客项目笔记之机智云智能浇花器实战(2)-基础Demo实现
简单易用的任务队列-beanstalkd
Guys, MySQL cdc source recycles replication slave and r in incremental process
【分层强化学习】HIRO:Data-Efficient Hierarchical Reinforcement Learning
leetcode6132. Make all elements in an array equal to zero (simple, weekly)
HCIP (14)
Simple vim configuration
Dart named parameter syntax
The kernel of the decompression process steps
Browser download shortcut to desktop (PWA)
Basic use of vim - command mode
被 CSDN,伤透了心