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(FEC-13535): align more/less button with design #350

Merged
merged 4 commits into from
Feb 14, 2024

Conversation

semarche-kaltura
Copy link
Contributor

@semarche-kaltura semarche-kaltura commented Feb 13, 2024

  1. fix styles
image
  1. upd Kaltura-player version
  2. cleanup code from ts-ignores

Copy link
Contributor

@lianbenjamin lianbenjamin left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -26,7 +27,7 @@ export const AutoscrollButton = withText(translates)(
tabIndex={isAutoScrollEnabled ? -1 : 1}
aria-label={autoScrollLabel}
ref={setAutoscrollButtonRef}>
<Tooltip label={autoScrollLabel} type="left">
<Tooltip label={autoScrollLabel!} type="left">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
Copy link
Contributor

Choose a reason for hiding this comment

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

not related to this PR, but i think this svg should be in a separate file

@semarche-kaltura semarche-kaltura merged commit e9dc686 into master Feb 14, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants