Fix focus background

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-10-04 18:49:06 +02:00 committed by Jan-Christoph Borchardt
parent cd1cfe002d
commit 07224da3d4
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 5 additions and 2 deletions

View File

@ -759,12 +759,15 @@ table.dragshadow td.size {
position: relative;
height: $grid-size + 44px;
border-radius: var(--border-radius);
&:hover,
&.selected {
&:hover, &:focus, &:active,
&.selected,
&.searchresult,
.name:focus {
background-color: transparent;
.thumbnail-wrapper,
.nametext,
.fileactions {
transition: background-color 0.3s ease;
background-color: var(--color-background-dark);
}
}