Better interaction with view-ssh-key list

This commit is contained in:
Nick O'Leary
2018-01-23 10:25:19 +00:00
parent 757e72100d
commit 1337831061
2 changed files with 22 additions and 18 deletions

View File

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