mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 21:52:24 +00:00
Merge pull request #57036 from Microsoft/misolori/windows-submemu-icon
Adjust submenu arrows on windows custom menu
This commit is contained in:
commit
3dadb30ff9
1 changed files with 2 additions and 2 deletions
|
@ -96,8 +96,8 @@
|
|||
}
|
||||
|
||||
.monaco-shell .monaco-menu .monaco-action-bar.vertical .submenu-indicator {
|
||||
font-size: inherit;
|
||||
padding: 0 1em;
|
||||
font-size: 60%;
|
||||
padding: 0 1.8em;
|
||||
}
|
||||
|
||||
.monaco-shell .monaco-menu .action-item {
|
||||
|
|
Loading…
Reference in a new issue