fixed disabled hover styling

This commit is contained in:
Jack 2021-09-13 15:51:56 +01:00
parent 0b0a263e7d
commit 0ef995d37f

View file

@ -3858,7 +3858,7 @@ key {
opacity: 0.5;
cursor: default;
&:hover {
color: var(--sub-color);
color: var(--text-color);
background: rgba(0, 0, 0, 0.1);
outline: none;
}