Improve right menu kbd nav when no char is selected
| @@ -2759,6 +2759,10 @@ input[type="file"] { | |||
| 2759 | font-size: calc(var(--mainFontSize) * 1.25); | 2759 | font-size: calc(var(--mainFontSize) * 1.25); |
| 2760 | } | 2760 | } |
| 2761 | 2761 | ||
| 2762 | #rm_button_selected_ch h2:empty { | ||
| 2763 | display: none; | ||
| 2764 | } | ||
| 2765 | |||
| 2762 | .selected-right-tab { | 2766 | .selected-right-tab { |
| 2763 | filter: brightness(150%); | 2767 | filter: brightness(150%); |
| 2764 | } | 2768 | } |