mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1866: Only show recent connection removal "X" when hovering connection.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user