Skip to content

Commit

Permalink
GUACAMOLE-1866: Only show recent connection removal "X" when hovering…
Browse files Browse the repository at this point in the history
… connection.
  • Loading branch information
mike-jumper committed Aug 25, 2024
1 parent e76ba56 commit 6622166
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions guacamole/src/main/frontend/src/app/home/styles/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6622166

Please sign in to comment.