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

Add background-color to list widget #768

Merged
merged 1 commit into from Nov 8, 2017

Conversation

Jinksi
Copy link
Contributor

@Jinksi Jinksi commented Oct 31, 2017

- Summary
Fixes #755

- Test plan
Screencap:

list

- Description for the changelog
Add background-color to list widget

- A picture of a cute animal (not mandatory but encouraged)

bilby

@@ -47,6 +47,18 @@
border: none;
border-radius: var(--borderRadius) 0 0 var(--borderRadius);
background: rgba(0,0,0,0.1);

&:before {
Copy link
Contributor

Choose a reason for hiding this comment

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

Feels like this shouldn't be necessary - can't we just set the background color of the individual list items?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@erquhart this is for the tab with the arrow icon, it remains semi-transparent otherwise. But I can remove if it is not necessary.

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.

List item background is transparent
3 participants