Skip to content

Commit 1704089

Browse files
committed
Do not underline image name
Blue text with underline looks too much as a hyperlink I can click on Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
1 parent 66977d4 commit 1704089

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)