style(eww): Different background colour for hover
This commit is contained in:
parent
a4e13585d4
commit
044901c5cf
1 changed files with 6 additions and 5 deletions
|
@ -110,11 +110,12 @@ tooltip {
|
|||
padding: 0 13px;
|
||||
}
|
||||
|
||||
&:hover, &.active {
|
||||
label {
|
||||
background: #1CA2DA;
|
||||
color: white;
|
||||
}
|
||||
&:hover label {
|
||||
background: $bg-100;
|
||||
}
|
||||
|
||||
&.active label {
|
||||
background: #1CA2DA;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue