Skip to content

Commit

Permalink
Bugfix: Remove navigation text flickering (#8080)
Browse files Browse the repository at this point in the history
* Bugfix: Remove navigation text flickering

* Update changelog

* Update changelog
  • Loading branch information
lookacat authored Dec 8, 2022
1 parent 9c477e1 commit bcc9f21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Left sidebar navigation item text flickers on transition

We've fixed a bug that caused the left sidebar navigation items text to flicker in light mode.

https://github.com/owncloud/web/pull/8080
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default {
}
.text {
opacity: 1;
transition: all 0s;
transition: all 0.3s;
}
.text-invisible {
opacity: 0 !important;
Expand Down

0 comments on commit bcc9f21

Please sign in to comment.