mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
don't allow arrow over menu item
This commit is contained in:
parent
7a69185914
commit
5efd644f04
1 changed files with 5 additions and 4 deletions
|
|
@ -91,14 +91,15 @@ QMenu {
|
|||
background: {color:bg-inputs};
|
||||
}
|
||||
|
||||
QMenu::item {
|
||||
padding: 8px 15px 8px 10px;
|
||||
border-left: 3px solid {color:bg-view};
|
||||
}
|
||||
QMenu::icon {
|
||||
padding-left: 7px;
|
||||
}
|
||||
|
||||
QMenu::item {
|
||||
padding: 6px 25px 6px 10px;
|
||||
border-left: 3px solid {color:bg-view};
|
||||
}
|
||||
|
||||
QMenu::item:selected {
|
||||
border-left-color: {color:active_1};
|
||||
background: {color:bg-view-selection};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue