Skip to content

Commit 97a6bf3

Browse files
authored
Merge pull request #5473 from rumpl/no-underline
Do not underline image name
2 parents 9d478be + 1704089 commit 97a6bf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/command/image/tree.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func printImageTree(dockerCLI command.Cli, view treeView) error {
132132

133133
warningColor := aec.LightYellowF
134134
headerColor := aec.NewBuilder(aec.DefaultF, aec.Bold).ANSI
135-
topNameColor := aec.NewBuilder(aec.BlueF, aec.Underline, aec.Bold).ANSI
135+
topNameColor := aec.NewBuilder(aec.BlueF, aec.Bold).ANSI
136136
normalColor := aec.NewBuilder(aec.DefaultF).ANSI
137137
greenColor := aec.NewBuilder(aec.GreenF).ANSI
138138
untaggedColor := aec.NewBuilder(aec.Faint).ANSI

0 commit comments

Comments
 (0)