Add remove keymap action. #24

This commit is contained in:
Arpad Csanyi
2016-06-12 19:06:22 +02:00
parent 2fd927a6a1
commit 4daad35c44
2 changed files with 11 additions and 0 deletions

View File

@@ -146,6 +146,16 @@ ul {
cursor: pointer;
}
}
&__remove {
font-size: 0.75em;
top: 0.3em;
&:hover {
cursor: pointer;
color: #900;
}
}
}
.uhk {