Skip to content

Commit

Permalink
create: Create button dropdown menu
Browse files Browse the repository at this point in the history
  • Loading branch information
hbons committed Jul 4, 2023
1 parent 3dd1aed commit ed07c81
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions webviews/createPullRequestViewNew/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ textarea {
z-index: -1;
}

.merge-method {
.merge-method select {
appearance: none;
border: none;
font-size: 0;
Expand Down Expand Up @@ -277,8 +277,6 @@ button.split-left {
width: 24px; height: 28px;
border-radius: 0 2px 2px 0;
border: 1px solid var(--vscode-button-border) !important;
background-color: var(--vscode-button-background) !important;
border: none;
font-size: 0;
}

Expand All @@ -293,5 +291,4 @@ button.split-left {
.split-right select:focus {
outline: none;
border: 1px solid var(--vscode-contrastActiveBorder) !important;
background-color: var(--vscode-button-hoverBackground) !important;
}

0 comments on commit ed07c81

Please sign in to comment.