mirror of https://github.com/docker/cli.git
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>
This commit is contained in:
parent
66977d48e9
commit
17040890e4
|
@ -132,7 +132,7 @@ func printImageTree(dockerCLI command.Cli, view treeView) error {
|
|||
|
||||
warningColor := aec.LightYellowF
|
||||
headerColor := aec.NewBuilder(aec.DefaultF, aec.Bold).ANSI
|
||||
topNameColor := aec.NewBuilder(aec.BlueF, aec.Underline, aec.Bold).ANSI
|
||||
topNameColor := aec.NewBuilder(aec.BlueF, aec.Bold).ANSI
|
||||
normalColor := aec.NewBuilder(aec.DefaultF).ANSI
|
||||
greenColor := aec.NewBuilder(aec.GreenF).ANSI
|
||||
untaggedColor := aec.NewBuilder(aec.Faint).ANSI
|
||||
|
|
Loading…
Reference in New Issue