mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Better interaction with view-ssh-key list
This commit is contained in:
@@ -790,10 +790,14 @@ div.projects-dialog-ssh-public-key {
|
||||
|
||||
.projects-dialog-ssh-key-list {
|
||||
li {
|
||||
cursor: pointer;
|
||||
padding: 0 !important;
|
||||
}
|
||||
li:hover {
|
||||
background: #f3f3f3;
|
||||
.projects-dialog-ssh-key-header {
|
||||
padding: 10px 5px;
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
background: #f3f3f3;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user