fix: Background color of focused in notifications

This commit is contained in:
AkiraFukushima 2018-04-22 23:41:25 +09:00
parent 874dac5fe7
commit 24f3d267f1
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;
}