Keymap tile formatting resolves #10.

Probably we will be able to use this "trick" in the final version as
well. Regarding the browser support it's quite good.
This commit is contained in:
Arpad Csanyi
2016-03-02 22:27:43 +01:00
parent e3bf28d2bc
commit 39424a2b64
2 changed files with 5 additions and 3 deletions

View File

@@ -117,15 +117,17 @@ li {
.keymap__name.active,
.keymap__abbrev.active {
box-shadow: 0 0 0px 1px #ccc, 0 0 5px 0px #ccc;
padding: 0 .5rem;
margin: 0 -.5rem;
border-color: transparent;
}
.keymap__name,
.keymap__abbrev {
border: none;
border-bottom: 2px dotted #999;
}
.keymap__name,
.keymap__name.active,
.keymap__abbrev,
.keymap__abbrev.active {
padding: 0 .5rem;