File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ export default {
202
202
>
203
203
<svg-icon name =" octicon-git-commit" />
204
204
</button >
205
- <div class =" left menu" id =" diff-commit-selector-menu" :class =" {visible: menuVisible}" v-show =" menuVisible" v-cloak :aria-expanded =" menuVisible ? 'true': 'false'" >
205
+ <div class =" left menu transition " id =" diff-commit-selector-menu" :class =" {visible: menuVisible}" v-show =" menuVisible" v-cloak :aria-expanded =" menuVisible ? 'true': 'false'" >
206
206
<div class =" loading-indicator is-loading" v-if =" isLoading" />
207
207
<div v-if =" !isLoading" class =" vertical item" id =" diff-commit-list-show-all" role =" menuitem" @keydown.enter =" showAllChanges()" @click =" showAllChanges()" >
208
208
<div class =" gt-ellipsis" >
@@ -276,6 +276,7 @@ export default {
276
276
}
277
277
278
278
#diff-commit-selector-menu {
279
+ margin-top : 0.25em ;
279
280
overflow-x : hidden ;
280
281
max-height : 450px ;
281
282
}
@@ -291,10 +292,12 @@ export default {
291
292
flex-direction : row ;
292
293
line-height : 1.4 ;
293
294
padding : 7px 14px !important ;
294
- border-top : 1px solid var (--color-secondary ) !important ;
295
295
gap : 0.25em ;
296
296
}
297
-
297
+ #diff-commit-selector-menu .item :not (:first-child ),
298
+ #diff-commit-selector-menu .info :not (:first-child ) {
299
+ border-top : 1px solid var (--color-secondary ) !important ;
300
+ }
298
301
#diff-commit-selector-menu .item :focus {
299
302
color : var (--color-text );
300
303
background : var (--color-hover );
You can’t perform that action at this time.
0 commit comments