Skip to content

Commit

Permalink
remove unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
sharon-wang committed Apr 11, 2024
1 parent 1fc3e52 commit c7de367
Showing 1 changed file with 1 addition and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
border-radius: 6px;
padding: 0px 12px;
}

.project-type-selection-step
.project-type-group
.project-type:has(:focus-visible) {
Expand All @@ -39,19 +40,6 @@
height: 36px;
}


/*
* When focus is in the radio button via keyboard interaction, add a border around the full radio
* button (both the input circle and the text label)
*/
/* .positron-modal-dialog-box
.radio-group
.radio-button:has(:focus-visible) {
border-radius: 4px;
outline-offset: 2px;
outline: 1px solid var(--vscode-focusBorder);
} */

/* Hide the default input circle */
.positron-modal-dialog-box
.project-type-group
Expand All @@ -61,23 +49,3 @@
appearance: none;
margin: 0;
}

/* Style the selected radio button */
/* .positron-modal-dialog-box
.radio-group
.radio-button
.radio-button-input:checked::before {
content: '';
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--vscode-positronModalDialog-radioButtonForeground);
} */

/* Don't add an outline around the radio button circle */
/* .positron-modal-dialog-box
.radio-group
.radio-button
.radio-button-input:focus {
outline: none;
} */

0 comments on commit c7de367

Please sign in to comment.