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

Remove icon not showing up #39

Open
saalmaan opened this issue Jul 27, 2016 · 1 comment
Open

Remove icon not showing up #39

saalmaan opened this issue Jul 27, 2016 · 1 comment

Comments

@saalmaan
Copy link
Contributor

for some files remove icon (x) doesn't show up see image below.
tamper bug
Upon inspecting the li, I can see that its Cross icon div (.sidebar-list-item-delete) is there but not visible.

@digitaljhelms
Copy link

I know @saalmaan has PR #40 open for this, but an alternative could be to make .sidebar-list-item-data account for the width of .sidebar-list-item-checkbox and the width of .sidebar-list-item-delete.

Set the width of .sidebar-list-item-data to calc(100% - 20px - 13px) (which, for me, are the values of the two elements that need to be considered) the .sidebar-list-item-delete element shows up just fine.

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

No branches or pull requests

2 participants