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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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