mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 13:42:40 +02:00
themes: Define box-shadow for tooltips
Resolves #9795 (Solution provided by Andreas G, @uriesk) Some system themes provide errant values for tooltip box-shadows which cause flickering effects. This patch defines the tooltip box-shadow to 0px to prevent the issue.
This commit is contained in:
@@ -473,6 +473,11 @@ tooltip box
|
||||
border: 0px solid @transparent;
|
||||
}
|
||||
|
||||
/* Prevents flickering effect on some desktops */
|
||||
tooltip decoration {
|
||||
box-shadow: 0px 0px;
|
||||
}
|
||||
|
||||
/* The border around a tooltip */
|
||||
.background {
|
||||
background-color: @bg-color;
|
||||
|
Reference in New Issue
Block a user