We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf736d0 commit 482fee2Copy full SHA for 482fee2
web_src/js/components/DiffCommitSelector.vue
@@ -202,7 +202,7 @@ export default {
202
>
203
<svg-icon name="octicon-git-commit"/>
204
</button>
205
- <div class="menu left transition" id="diff-commit-selector-menu" :class="{visible: menuVisible}" v-show="menuVisible" v-cloak :aria-expanded="menuVisible ? 'true': 'false'">
+ <div class="left menu" id="diff-commit-selector-menu" :class="{visible: menuVisible}" v-show="menuVisible" v-cloak :aria-expanded="menuVisible ? 'true': 'false'">
206
<div class="loading-indicator is-loading" v-if="isLoading"/>
207
<div v-if="!isLoading" class="vertical item" id="diff-commit-list-show-all" role="menuitem" @keydown.enter="showAllChanges()" @click="showAllChanges()">
208
<div class="gt-ellipsis">
0 commit comments