Fix style -webkit-focus

This commit is contained in:
Gregoire Parant 2020-10-25 22:41:31 +01:00
parent 1945c24704
commit bdb504722f
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
body{
overflow: hidden;
}
body button:focus,
body img:focus,
body input:focus {
outline: -webkit-focus-ring-color auto 0;
}
body .message-info{
width: 20%;
height: auto;