Only highlight the title if it's truly editable.

This commit is contained in:
Arpad Csanyi
2016-06-16 00:16:18 +02:00
parent f13643c765
commit ced1c093b9
+2
View File
@@ -119,6 +119,7 @@ ul {
&__name, &__name,
&__abbrev { &__abbrev {
&[contenteditable=true]{
border: none; border: none;
border-bottom: 2px dotted #999; border-bottom: 2px dotted #999;
padding: 0 0.5rem; padding: 0 0.5rem;
@@ -130,6 +131,7 @@ ul {
} }
} }
} }
}
.keymap { .keymap {
&__is-default { &__is-default {