mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
apply correct opacity to close icon
This commit is contained in:
parent
83f5c92ff1
commit
971b124b05
1 changed files with 2 additions and 0 deletions
|
|
@ -68,9 +68,11 @@
|
|||
|
||||
& svg {
|
||||
fill: $yellow-1;
|
||||
opacity: 0.75;
|
||||
}
|
||||
& :hover {
|
||||
fill: $yellow-1;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue