focus-visable -> focus (#2605)

This commit is contained in:
eashaw 2021-10-21 23:51:59 -05:00 committed by GitHub
parent 80454f19c8
commit 53c815fbd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View file

@ -58,9 +58,6 @@
animation-duration: 4s;
animation-fill-mode: forwards;
}
.markdown-heading.copied:hover::before {
// right: -15px;
}
@keyframes copiedText {
0% {opacity: 0;}
@ -101,7 +98,7 @@
width: 98%;
}
.ds-input:focus-visible {
.ds-input:focus {
outline: rgba(0, 0, 0, 0);
}

View file

@ -43,7 +43,7 @@
width: 98%;
}
.ds-input:focus-visible {
.ds-input:focus {
outline: rgba(0, 0, 0, 0);
}