Bug: Add link cursor to widget close button (#544)

This commit is contained in:
Nithin David Thomas
2020-02-22 20:20:43 +05:30
committed by GitHub
parent 1261cc7783
commit eea92bd0ac

View File

@@ -55,13 +55,14 @@ export default {
}
.close {
cursor: pointer;
position: relative;
margin-right: $space-small;
width: $space-two;
&:before,
&:after {
position: absolute;
left: 0;
left: $space-small;
top: $space-smaller;
content: ' ';
height: $space-normal;