UX: Fix focus style for post edit history button (#12757)

This commit is contained in:
Kris 2021-04-20 21:03:47 -04:00 committed by GitHub
parent 5c49009c6c
commit 62e882ad11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -706,6 +706,10 @@ blockquote {
}
}
}
&:focus {
@include default-focus;
background: transparent;
}
}
}
}