We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples of styling the context menu for icons in the system tray are needed, please
No response
Linux, X11, Xmonad, openSUSE Tumbleweed, X64
The text was updated successfully, but these errors were encountered:
#1161 (comment)
Sorry, something went wrong.
Here is something more complete, these styles can be used to add an arrow to the options that are submenus
menu { padding: 5px; background-color: $black; color: #fff; menuitem { border-radius: 5px; padding: 8px 12px; background-color: transparent; transition: all .2s ease; &:backdrop { background-color: $background; } } menuitem arrow { min-width: 16px; min-height: 16px; &:dir(ltr) { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); margin-left: 10px; margin-right: 0; } } menuitem:hover { background-color: $blue; } }
It's work, thanks.
It would be great to create a page about widget styling and widget parts.
No branches or pull requests
Checklist before submitting an issue
Description of the bug
Examples of styling the context menu for icons in the system tray are needed, please
Reproducing the issue
No response
Expected behaviour
No response
Additional context
No response
Platform and environment
Linux, X11, Xmonad, openSUSE Tumbleweed, X64
The text was updated successfully, but these errors were encountered: