Merge pull request #263 from h3poteto/fix/focus-color/reblog

fix: Background color of focused in notifications
This commit is contained in:
AkiraFukushima 2018-04-23 00:37:42 +09:00 committed by GitHub
commit 9f8b98003b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -165,7 +165,6 @@ function findLink (target) {
}
.reblog:focus {
--theme-selected-background-color: #f2f6fc;
background-color: var(--theme-selected-background-color);
outline: 0;
}