GUACAMOLE-1866: Only show recent connection removal "X" when hovering connection.

This commit is contained in:
Michael Jumper
2024-08-24 22:29:54 -07:00
parent e76ba5644f
commit 6622166510

View File

@@ -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;