New: Hover effect on alpha-numeric picker in library sections

This commit is contained in:
lscambo13
2024-12-18 09:49:35 -08:00
parent c5dd0ac6b2
commit ec4c652632

View File

@@ -760,7 +760,8 @@ div[data-role=controlgroup] a.ui-btn-active {
color: rgba(255, 255, 255, 0.25);
}
.alphaPickerButton-selected {
.alphaPickerButton-selected,
.alphaPickerButton:hover {
color: rgba(255, 255, 255, 1);
}