:host {
.ui-button {
width: 100%;
height: 100%;
$self: &;
:hover {
#{$self}__icon {
display: none;
}
}
}
}
:host {
.ui-button {
width: 100%;
height: 100%;
$self: '.ui-button';
:hover {
#{$self}__icon {
display: none;
}
}
}
}