Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/microsoft/pxt into thspar…
Browse files Browse the repository at this point in the history
…ks/fix_code_loss_opening_main_py_file_in_typescript
  • Loading branch information
thsparks committed Aug 25, 2023
2 parents 2bbfc20 + bbae683 commit 92d2b39
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions theme/scriptsearch.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@
height: 14em;
}
}

}
.ui.card.beta {
margin: 0.875em 0.5em !important;

.ui.button {
cursor: default;
background-image: none!important;
box-shadow: none!important;
pointer-events: none!important;
}
}
/* Search input */
.ui.search {
Expand Down
1 change: 1 addition & 0 deletions webapp/src/scriptsearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ export class ScriptSearch extends data.Component<ISettingsProps, ScriptSearchSta
ariaLabel={lf("Open the next version of the editor")}
role="button"
key={'beta'}
className="beta"
icon="lab ui cardimage"
iconColor="secondary"
name={lf("Beta Editor")}
Expand Down

0 comments on commit 92d2b39

Please sign in to comment.