Bug: Add link cursor to widget close button (#544)
This commit is contained in:
parent
1261cc7783
commit
eea92bd0ac
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue