adjust chat-close style
This commit is contained in:
parent
0f568e49eb
commit
9c66abb195
1 changed files with 7 additions and 2 deletions
|
@ -6776,11 +6776,16 @@ output {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
fill: hsl(197,19%,78%);
|
fill: currentColor;
|
||||||
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: hsl(197,18%,96%);
|
background: hsl(210,8%,90%);
|
||||||
|
|
||||||
|
.icon {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue