style(eww): Different background colour for hover

This commit is contained in:
Ahmad Ansori Palembani 2024-05-15 06:46:44 +07:00
parent a4e13585d4
commit 044901c5cf
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -110,11 +110,12 @@ tooltip {
padding: 0 13px;
}
&:hover, &.active {
label {
background: #1CA2DA;
color: white;
}
&:hover label {
background: $bg-100;
}
&.active label {
background: #1CA2DA;
}
}
}