Something went wrong on our end. Please try again.
Created by: gitstart-sourcegraph
Extract / Remove usage of bootstrap's style sheet import on codebase.
client/branded/src/global-styles/index.scss
btn
, btn-*
classes to wildcard component..btn-icon
usage to <Button variant="icon">
.btn-link
usage to <ButtonLink />
, if it's not a good fit, migrate to <Button variant="link" />
.btn-block
usage to <Button display="block" />
<button ...>
on codebase to wildcard <Button />
component.@import 'bootstrap/scss/buttons'
client/web/src/org/members/AddMemberToOrgModal.tsx
and client/web/src/org/members/InviteMemberModal.tsx
client/web/src/org/area/routes.tsx
and comment out Line 25 - the condition for settings/members
/organizations/sourcegraph/settings/members
on the web app.Check out the client app preview documentation to learn more.