remove outline
This commit is contained in:
parent
11a622f95d
commit
a4c01f2efa
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
body {
|
||||
body {
|
||||
margin: 50px 50px 0 50px;
|
||||
width: 1200px;
|
||||
}
|
||||
|
@ -23,6 +23,7 @@ body button {
|
|||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
margin-top: 10px;
|
||||
outline: none;
|
||||
}
|
||||
img {
|
||||
border-radius: 4px;
|
||||
|
@ -45,6 +46,7 @@ ul li {
|
|||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
outline: none;
|
||||
}
|
||||
ul li::before {
|
||||
content: '';
|
||||
|
@ -96,6 +98,7 @@ ul li.checked::before {
|
|||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
outline: none;
|
||||
}
|
||||
.framed {
|
||||
margin: 30px 0 10px 0;
|
||||
|
|
Loading…
Reference in a new issue