Fixed accessibility issues with notifiation close buttons

This commit is contained in:
Anders Bjerner
2022-10-04 22:34:15 +02:00
committed by Nathan Woulfe
parent 21571b54ef
commit 461989a599

View File

@@ -29,9 +29,15 @@
position: absolute;
top: 0;
bottom: 0;
right: 6px;
opacity: 0.4;
right: 0;
opacity: 1;
margin: auto 0;
width: 30px;
text-shadow: none;
color: #fff;
&:hover {
opacity: 0.75;
}
}
}