Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Enact-DCO-1.0-Signed-off-by: Juwon Jeong (juwon.jeong@lge.com)
  • Loading branch information
juwonjeong committed Apr 16, 2024
1 parent 073cfaa commit 94a9747
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions styles/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -313,19 +313,19 @@

.sand-focus-highlight() {
.focus({
&:global(.focusHighlight) {
.sand-focus-highlight-effect();
}
&:global(.focusHighlight) {
.sand-focus-highlight-effect();
}
});
};

.sand-focus-highlight(@target) {
.focus({
&:global(.focusHighlight) {
transform: none;
.@{target} {
.focus({
&:global(.focusHighlight) {
transform: none;
.@{target} {
.sand-focus-highlight-effect();
}
}
}
});
};

0 comments on commit 94a9747

Please sign in to comment.