mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07: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;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.recent-connections .connection .remove-recent {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.recent-connections .connection:hover .remove-recent {
|
||||||
|
visibility: visible;
|
||||||
|
}
|
||||||
|
|
||||||
.recent-connections .connection .remove-recent::after {
|
.recent-connections .connection .remove-recent::after {
|
||||||
content: '';
|
content: '';
|
||||||
display: block;
|
display: block;
|
||||||
|
Reference in New Issue
Block a user