mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #10386 from nextcloud/bg-transition-safari-fix
Fix safari submenu navigation positionning
This commit is contained in:
commit
90eced4b3f
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ kbd {
|
|||
}
|
||||
&:before,
|
||||
> a {
|
||||
transition: background 100ms ease-in-out,
|
||||
transition: background-position 100ms ease-in-out,
|
||||
transform 250ms ease-in-out,
|
||||
opacity 100ms ease-in-out;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue