Closed vkamelin closed 8 years ago
I'm not sure exactly what you're talking about, could you add a screenshot?
@bsundman Hi, have same issue.
I've just tested with Ubuntu 14.04 and 15.10 and am not getting this transparency. What version of Ubuntu are you using? Is this happening with the latest master branch? Could you let me know if any of the previous branches have this issue?
@bsundman Hello i'm using Ubuntu 15.10 amd64, i checked this commit 44d1330 and there is issue. I did little research and get workaround for this.
Changing this line
https://github.com/bsundman/Yosembiance/blob/b98781a2fd47685de8bf6923fc6b567b597fca7e/Yosembiance-Ubuntu-Blue/gtk-3.0/apps/unity.css#L23
to border: 1px solid rgba (0, 0, 0, 0.01);
solve this issue for me.
Thanks! That could have taken me forever to find and I really haven't had much time lately. I have pushed the fix, can you test it for me and make sure it works now?
Could you let me know if commenting out or deleting that border line completely also fixes that bug? I can't test it since I haven't been able to reproduce the bug.
Hello, bug is fixed.
If delete this line bug is back.
If you write it like border: 1px solid transparent;
or border: 0px solid rgba (0, 0, 0, 0.01);
bug is back also if border-radius rule will be border-radius: 0;
or not at all bug is back; so you need set border-radius to some positive number like 0.01% if you want sharp borders.
It looks like some libraries/software conflict because you have same os version.
Ok, thanks for testing that for me.
Title bar has transparent area