git ssb

10+

Matt McKegg / patchwork



Commit 8bafac31ed8088c572b22263835ef43e71ffc34e

Added linear-gradient to AllChannels Light theme

Forgot to make change to both light and dark themes. Did that here.

Signed-off-by: Matthew Roseman <mroseman95@gmail.com>
Matthew Roseman committed on 3/29/2018, 7:43:52 PM
Parent: cfcee0de2ad3f7e772827e71b22f53dcb961e5f4

Files changed

styles/light/all-channels.mcsschanged
styles/light/all-channels.mcssView
@@ -47,8 +47,9 @@
4747 span.name {
4848 flex: 1
4949 white-space: nowrap;
5050 min-width: 0;
51+ -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 90%, rgba(0,0,0,0));
5152 }
5253
5354 a {
5455 display: inline

Built with git-ssb-web