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

🐞 - TuiFile: incorrect styles when using the a[tuiFile] case #9630

Closed
algashev123 opened this issue Oct 29, 2024 · 0 comments · Fixed by #9635
Closed

🐞 - TuiFile: incorrect styles when using the a[tuiFile] case #9630

algashev123 opened this issue Oct 29, 2024 · 0 comments · Fixed by #9635
Assignees

Comments

@algashev123
Copy link

algashev123 commented Oct 29, 2024

Reproduction url

https://stackblitz.com/edit/angular-pxpwxg?file=src%2Fapp%2Fapp.template.html

Description

When using a[tuiFile] and [max] input in <tui-files> a problem arises: if expand is drawn, the styles available for selecting the file component are not applied to the elements that are rendered via a[tuiFile].

tui-files .t-extra-items tui-file {
  border-radius: 0;
  margin-top: 0;
  margin-bottom: -.0625rem;
}

Taiga UI version

4.12.0

Browser Used

Chrome

OS Used

macOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants