Skip to content

Commit

Permalink
Experiments: beta card now sitting correctly in list and not hiding l…
Browse files Browse the repository at this point in the history
…abel on hover
  • Loading branch information
srietkerk committed Aug 24, 2023
1 parent ca97bf3 commit 3a4ab71
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 3a4ab71

Please sign in to comment.