Skip to content

Commit fd63ab7

Browse files
committed
Fixes alert close hover
1 parent 57b27b8 commit fd63ab7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/webviews/apps/home/home.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,12 @@ ul {
337337
top: 0.8rem;
338338
right: 0.8rem;
339339
color: inherit;
340+
opacity: 0.64;
341+
342+
&:hover {
343+
color: inherit;
344+
opacity: 1;
345+
}
340346
}
341347

342348
&.is-collapsed &__description,

0 commit comments

Comments
 (0)