Fix disabled history button's hover styles

The `background` property from the primary styles had a higher priority
This commit is contained in:
Abdo 2025-10-26 16:51:57 +03:00
parent bc260a0c29
commit 789b0a702e

View file

@ -97,7 +97,7 @@
cursor: not-allowed;
color: var(--fg-disabled);
box-shadow: none !important;
background-color: var(--button-gradient-end);
background: var(--button-gradient-end);
border-bottom-color: var(--border-subtle);
}
}