Fixed accessibility issues with notifiation close buttons
This commit is contained in:
committed by
Nathan Woulfe
parent
21571b54ef
commit
461989a599
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user