Skip to content

Commit

Permalink
Do not underline image name
Browse files Browse the repository at this point in the history
Blue text with underline looks too much as a hyperlink I can click on

Signed-off-by: Djordje Lukic <[email protected]>
(cherry picked from commit 1704089)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
rumpl authored and thaJeztah committed Oct 8, 2024
1 parent d0cb93a commit 4694fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/command/image/tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4694fc8

Please sign in to comment.