use tooltip widget to show subactions

This commit is contained in:
Jakub Trllo 2025-05-27 18:29:12 +02:00
parent 0be94fc2d8
commit d312101573
2 changed files with 267 additions and 102 deletions

View file

@ -829,6 +829,11 @@ HintedLineEditButton {
}
/* Launcher specific stylesheets */
ActionMenuToolTip {
border: 1px solid #555555;
background: {color:bg-inputs};
}
ActionVariantWidget {
background: transparent;
}