Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ui5-rangeslider): fix handles opacity for IE11 #2983

Merged
merged 2 commits into from
Mar 25, 2021

Conversation

ndeshev
Copy link
Contributor

@ndeshev ndeshev commented Mar 22, 2021

Range Slider's handles' background is now fixed to be consistent across all browsers, as previously their opacity was not correct in IE11.

vladitasev
vladitasev previously approved these changes Mar 22, 2021
@@ -9,14 +9,14 @@
--_ui5_slider_handle_width: 1.625rem;
--_ui5_slider_handle_border: solid 0.125rem var(--sapField_BorderColor);
--_ui5_slider_handle_background: var(--sapButton_Background);
--_ui5_range_slider_handle_background: rgba(var(--sapButton_Background), 0.25);
--_ui5_range_slider_handle_background: rgba(255, 255, 255, 0.25);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On hover over the progress bar in Internet Explorer, the handles are still not transparent.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My mistake, it works as expected :)

@ilhan007 ilhan007 merged commit f0346c0 into SAP:master Mar 25, 2021
ilhan007 pushed a commit that referenced this pull request Mar 31, 2021
Range Slider's handles' background is now fixed to be consistent across all browsers, as previously their opacity was not correct in IE11.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants