File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -1158,7 +1158,7 @@ export function GraphWrapper({
1158
1158
} satisfies BranchGitCommandArgs ,
1159
1159
} ) }
1160
1160
>
1161
- < span className = "codicon codicon-git-branch-create action-button__icon" > </ span >
1161
+ < span className = "codicon codicon-custom- git-branch-create action-button__icon" > </ span >
1162
1162
</ a >
1163
1163
< span slot = "content" >
1164
1164
Create a branch from < i > { branchName } </ i > and switch
@@ -1171,13 +1171,8 @@ export function GraphWrapper({
1171
1171
arrow = { false }
1172
1172
distance = { 0 }
1173
1173
>
1174
- < GlTooltip placement = "top" distance = { 7 } >
1175
- < button
1176
- type = "button"
1177
- className = "action-button"
1178
- slot = "trigger"
1179
- aria-label = "Minimap Options"
1180
- >
1174
+ < GlTooltip placement = "top" distance = { 7 } slot = "anchor" >
1175
+ < button type = "button" className = "action-button" aria-label = "Minimap Options" >
1181
1176
< span
1182
1177
className = "codicon codicon-chevron-down action-button__more"
1183
1178
aria-hidden = "true"
Original file line number Diff line number Diff line change @@ -304,6 +304,20 @@ button:not([disabled]),
304
304
.codicon [class *= ' codicon-graph-line' ] {
305
305
transform : translateY (1px );
306
306
}
307
+ .codicon-custom-git-branch-create {
308
+ & :before {
309
+ content : ' \ea68 ' ;
310
+ }
311
+ & :after {
312
+ content : ' \ea60 ' ;
313
+ position : absolute ;
314
+ right : 0 ;
315
+ bottom : 0 ;
316
+ font-size : 0.6em ;
317
+ line-height : normal ;
318
+ transform : translate (-50% , 0% );
319
+ }
320
+ }
307
321
308
322
& __pill {
309
323
.is-ahead & {
@@ -979,7 +993,7 @@ gl-feature-gate gl-feature-badge {
979
993
& __header {
980
994
flex : none ;
981
995
z-index : 101 ;
982
- width : --webkit-fill-available ;
996
+ width : fit-content ;
983
997
position : relative ;
984
998
}
985
999
Original file line number Diff line number Diff line change 159
159
.codicon-git-branch-create :before {
160
160
content : ' \ea68 ' ;
161
161
}
162
- .codicon-git-branch-create :after {
163
- content : ' \ea60 ' ;
164
- position : absolute ;
165
- right : 0 ;
166
- bottom : 0px ;
167
- font-size : 0.6em ;
168
- line-height : normal ;
169
- transform : translate (-50% , 0% );
170
- }
171
162
.codicon-git-branch-delete :before {
172
163
content : ' \ea68 ' ;
173
164
}
You can’t perform that action at this time.
0 commit comments