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 {
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue