Close #19 by removing empty stars from the keymap menu items.
This way only the currently set default keymap will have an indicator in the menu, and there won't be any interaction possible from there.
This commit is contained in:
@@ -69,29 +69,12 @@ ul {
|
||||
background-color: #555;
|
||||
color: #fff;
|
||||
|
||||
.fa-star,
|
||||
.fa-star-o {
|
||||
display: none;
|
||||
.fa-star {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: #555;
|
||||
|
||||
.fa-star,
|
||||
.fa-star-o {
|
||||
display: block;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.fa-star-o {
|
||||
color: #000;
|
||||
|
||||
&:hover {
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -101,10 +84,6 @@ ul {
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
.fa-star-o {
|
||||
color: #f5f5f5;
|
||||
}
|
||||
|
||||
.fa-star {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user