mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
focus-visable -> focus (#2605)
This commit is contained in:
parent
80454f19c8
commit
53c815fbd4
2 changed files with 2 additions and 5 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
width: 98%;
|
||||
}
|
||||
|
||||
.ds-input:focus-visible {
|
||||
.ds-input:focus {
|
||||
outline: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue