Skip to content

Commit

Permalink
WRR-9415: Remove styles for legacy IE 5 to 8 from vendor-opacity mixin (
Browse files Browse the repository at this point in the history
#3302)

* WRR-9415: remove vendor-opacity mixin that is only for legacy IE from 5 to 8

Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected])

* WRR-9415: Revive vendor-opacity mixin but remove support for legacy IE from 5 to 8

Note: to support existing usages, the mixin is revived
but the support for legacy IE from 5 to 8 is removed.

Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected])

* WRR-9415: refined code

Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected])

---------

Co-authored-by: Seungcheon Baek <[email protected]>
  • Loading branch information
SkylerBaek and SkylerBaek authored Dec 30, 2024
1 parent 181e408 commit fdc137b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ui/styles/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,7 @@
}

.vendor-opacity(@opacity) {
@opacity-ie: (@opacity * 100); // Less doesn't like math inside `alpha`
opacity: @opacity;
filter: alpha(opacity=@opacity-ie);
}

// Shorthand for positioning code
Expand Down

0 comments on commit fdc137b

Please sign in to comment.