GTK3: fix tooltip outline

This commit is contained in:
Daniel Ruiz de Alegría
2020-03-05 12:24:17 +01:00
parent d64f7f7d6f
commit 50d3e45af0
4 changed files with 8 additions and 0 deletions
@@ -272,6 +272,8 @@ decoration {
border-width: 0;
}
tooltip.csd & { border: 0; }
messagedialog.csd & {
box-shadow: 0 1px 4px transparentize(black, 0.8),
0 0 0 1px transparentize($_wm_border, 0.1);