1f48829efc3afe33139a8c73b6729f21aa54a0953eb907e66dcb122d2468593bb1a6036104de5530f5ba51f49597d83c69ff28e3a9161ba8ec9ad4de221da9 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*---------------------------------------------------------------------------------------------
  2. * Copyright (c) Microsoft Corporation. All rights reserved.
  3. * Licensed under the MIT License. See License.txt in the project root for license information.
  4. *--------------------------------------------------------------------------------------------*/
  5. .monaco-action-bar .action-item.menu-entry .action-label.icon {
  6. width: 16px;
  7. height: 16px;
  8. background-repeat: no-repeat;
  9. background-position: 50%;
  10. background-size: 16px;
  11. }
  12. .monaco-dropdown-with-default {
  13. display: flex !important;
  14. flex-direction: row;
  15. border-radius: 5px;
  16. }
  17. .monaco-dropdown-with-default > .action-container > .action-label {
  18. margin-right: 0;
  19. }
  20. .monaco-dropdown-with-default > .action-container.menu-entry > .action-label.icon {
  21. width: 16px;
  22. height: 16px;
  23. background-repeat: no-repeat;
  24. background-position: 50%;
  25. background-size: 16px;
  26. }
  27. .monaco-dropdown-with-default > .dropdown-action-container > .monaco-dropdown > .dropdown-label .codicon[class*='codicon-'] {
  28. font-size: 12px;
  29. padding-left: 0px;
  30. padding-right: 0px;
  31. line-height: 16px;
  32. margin-left: -3px;
  33. }
  34. .monaco-dropdown-with-default > .dropdown-action-container > .monaco-dropdown > .dropdown-label > .action-label {
  35. display: block;
  36. background-size: 16px;
  37. background-position: center center;
  38. background-repeat: no-repeat;
  39. }