Skip to content

Commit

Permalink
fix: small css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bendera committed Feb 14, 2023
1 parent c4ae40c commit b99ac60
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/vscode-context-menu-item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export class VscodeContextMenuItem extends VscElement {
.context-menu-item {
background-color: var(--vscode-menu-background);
color: var(--vscode-menu-foreground);
border: 1px solid transparent;
display: flex;
user-select: none;
white-space: nowrap;
Expand All @@ -69,9 +68,9 @@ export class VscodeContextMenuItem extends VscElement {
.rule {
border-bottom: 1px solid var(--vscode-menu-separatorBackground);
display: block;
margin: 0 0 3px;
margin: 0 0 4px;
opacity: 0.4;
padding-top: 3px;
padding-top: 4px;
width: 100%;
}
Expand Down

0 comments on commit b99ac60

Please sign in to comment.