Skip to content

Commit

Permalink
WRR-9415: remove vendor-opacity mixin that is only for legacy IE from…
Browse files Browse the repository at this point in the history
… 5 to 8 (#1780)

Enact-DCO-1.0-Signed-off-by: Seungcheon Baek (sc.baek@lge.com)

Co-authored-by: Seungcheon Baek <5037955+SeungcheonBaek@users.noreply.github.com>
  • Loading branch information
SkylerBaek and SkylerBaek authored Dec 30, 2024
1 parent 49b1227 commit af23bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IconItem/IconItem.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
}

.disabled ({
.vendor-opacity(@sand-iconitem-disabled-opacity);
opacity: @sand-iconitem-disabled-opacity;
});

.sand-focus-highlight(content);
Expand Down
2 changes: 1 addition & 1 deletion ImageItem/ImageItem.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
.sand-spotlight-focus-text-colors();

.disabled ({
.vendor-opacity(@sand-disabled-opacity);
opacity: @sand-disabled-opacity;
});

&::before {
Expand Down

0 comments on commit af23bc4

Please sign in to comment.