diff --git a/guacamole/src/main/frontend/src/app/home/styles/home.css b/guacamole/src/main/frontend/src/app/home/styles/home.css index 3c1cfe69db..5a0d9d2160 100644 --- a/guacamole/src/main/frontend/src/app/home/styles/home.css +++ b/guacamole/src/main/frontend/src/app/home/styles/home.css @@ -82,6 +82,14 @@ a.home-connection, .empty.balancer a.home-connection-group { box-shadow: none; } +.recent-connections .connection .remove-recent { + visibility: hidden; +} + +.recent-connections .connection:hover .remove-recent { + visibility: visible; +} + .recent-connections .connection .remove-recent::after { content: ''; display: block;