This commit moves the rendering of the button back to the server, and shows/hides it using opacity rather than display. It also removes the transform applied to the button on hover (scale). Previously, both of these factors automatically triggered a reflow, which creates a performance bottleneck on pages with larger DOM size. MR: !12103 |
||
|---|---|---|
| .. | ||
| active_tab.rb | ||
| admin.rb | ||
| authentication.rb | ||
| builds.rb | ||
| diff_note.rb | ||
| group.rb | ||
| issuable.rb | ||
| markdown.rb | ||
| note.rb | ||
| paths.rb | ||
| project.rb | ||
| project_tab.rb | ||
| shortcuts.rb | ||
| sidebar_active_tab.rb | ||
| snippet.rb | ||
| user.rb | ||