Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
background-color: var(--xh-bg-alt);
padding: var(--xh-pad-half-px);

.bp5-popover-content {
.bp6-popover-content {
background-color: var(--xh-bg-alt) !important;
}

Expand Down
6 changes: 3 additions & 3 deletions client-app/src/desktop/tabs/layout/widgets/ChartWidget.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.xh-app .tb-chart-widget__buttons .xh-button.bp5-button.xh-button--enabled:focus,
.xh-app.xh-dark .tb-chart-widget__buttons .xh-button.bp5-button.xh-button--enabled:focus,
.xh-app.xh-dark.bp5-dark .tb-chart-widget__buttons .xh-button.bp5-button.xh-button--enabled:focus {
.xh-app .tb-chart-widget__buttons .xh-button.bp6-button.xh-button--enabled:focus,
.xh-app.xh-dark .tb-chart-widget__buttons .xh-button.bp6-button.xh-button--enabled:focus,
.xh-app.xh-dark.bp6-dark .tb-chart-widget__buttons .xh-button.bp6-button.xh-button--enabled:focus {
outline: none !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ const displayOptions = hoistCmp.factory<ExceptionHandlerModel>(({model}) =>
alignItems: 'center',
items: [
label({
className: `bp5-control bp5-switch bp5-inline bp5-align-right xh-input xh-switch-input${
!model.showAlert ? ' bp5-disabled xh-input-disabled' : ''
className: `bp6-control bp6-switch bp6-inline bp6-align-right xh-input xh-switch-input${
!model.showAlert ? ' bp6-disabled xh-input-disabled' : ''
}`,
item: 'Alert Type'
}),
Expand Down
2 changes: 1 addition & 1 deletion client-app/src/desktop/tabs/other/formats/Formats.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
margin: 0;
padding: 15px 10px;

.bp5-slider {
.bp6-slider {
margin-top: 2px; // avoid clipped slider handle
}
}
Expand Down
Loading