mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix focus background
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
cd1cfe002d
commit
07224da3d4
1 changed files with 5 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue