Fix flickering tooltips

This commit is contained in:
merry 2022-02-13 15:44:26 +00:00 committed by Mary
parent b7e1f41587
commit ea979efc71
1 changed files with 4 additions and 2 deletions

View File

@ -3494,12 +3494,14 @@ tooltip {
text-shadow: none; }
tooltip.background {
background-color: #292f34;
background-clip: padding-box; }
background-clip: padding-box;
box-shadow: none; }
tooltip.window-frame.csd {
background-color: transparent;
box-shadow: none; }
tooltip decoration {
background-color: transparent; }
background-color: transparent;
box-shadow: none; }
tooltip * {
padding: 0px;