ui: tooltip: remove out of place outline color (use tooltip background color)

This commit is contained in:
jean-emmanuel 2023-12-09 11:04:06 +01:00
parent a5efe1a1ee
commit b8317c9b87
1 changed files with 1 additions and 0 deletions

View File

@ -1051,6 +1051,7 @@ style "tooltip" = "medium_text"
{
fg[NORMAL] = @fg_tooltip
bg[NORMAL] = @bg_tooltip
bg[SELECTED] = @bg_tooltip
}
style "default_toggle_button"