The button has a gray border that is ugly. How to remove it?

The button has a gray border that is ugly. How to remove it?
I used the dialog in closure and drew a dialog with a close button beyond the upper right corner. I found that when the button popped up, it had a gray border, which was ugly. Sometimes the border disappeared after repeated operations. I always thought it was a problem with closure. Later, I used Firefox to see that the border was a rectangular virtual border that included the dialog and the close button, so it felt like the effect after focus. I googled html focus border and the problem was solved: outline:none

<<:  HTML page common style (recommended)

>>:  Linux five-step build kernel tree

Recommend

Build Maven projects faster in Docker

Table of contents I. Overview 2. Conventional mul...

Solution to MySQL 8.0 cannot start 3534

MySQL 8.0 service cannot be started Recently enco...

Vue implementation counter case

This article example shares the specific code of ...

Tomcat first deployment web project process diagram

Put your own web project in the webapps directory...

Vue+SSM realizes the preview effect of picture upload

The current requirement is: there is a file uploa...

How to avoid the trap of URL time zone in MySQL

Preface Recently, when using MySQL 6.0.x or highe...

MySQL series of experience summary and analysis tutorials on NUll values

Table of contents 1. Test Data 2. The inconvenien...

Manually implement js SMS verification code input box

Preface This article records a common SMS verific...

Web Design: When the Title Cannot Be Displayed Completely

<br />I just saw the newly revamped ChinaUI....

Optimize MySQL with 3 simple tweaks

I don't expect to be an expert DBA, but when ...

win10 mysql 5.6.35 winx64 free installation version configuration tutorial

mysql 5.6.35 winx64 free installation version con...

Detailed explanation of the data responsiveness principle of Vue

This article is mainly for those who do not under...

Detailed explanation of Nginx process management and reloading principles

Process structure diagram Nginx is a multi-proces...

Vue Element front-end application development table list display

1. List query interface effect Before introducing...