Skip to content

Commit

Permalink
fix(ui5-dialog): adjust resize handle position for Horizon (#7550)
Browse files Browse the repository at this point in the history
fix(ui5-dialog): adjust resize handler position for Horizon

JIRA: 3114
  • Loading branch information
LidiyaGeorgieva authored Sep 4, 2023
1 parent 9ff9ff5 commit 4c1b7dd
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/main/src/themes/sap_horizon/Dialog-parameters.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--_ui5_dialog_header_focus_top_offset: 1px;
--_ui5_dialog_header_focus_left_offset: 1px;
--_ui5_dialog_header_focus_right_offset: 1px;
--_ui5_dialog_resize_handle_right: 3px;
--_ui5_dialog_resize_handle_right: 0;
--_ui5_dialog_resize_handle_bottom: 3px;
--_ui5_dialog_header_border_radius: var(--sapElement_BorderCornerRadius);
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--_ui5_dialog_header_focus_top_offset: 1px;
--_ui5_dialog_header_focus_left_offset: 1px;
--_ui5_dialog_header_focus_right_offset: 1px;
--_ui5_dialog_resize_handle_right: 3px;
--_ui5_dialog_resize_handle_right: 0;
--_ui5_dialog_resize_handle_bottom: 3px;
--_ui5_dialog_header_border_radius: var(--sapElement_BorderCornerRadius);
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--_ui5_dialog_header_focus_top_offset: 1px;
--_ui5_dialog_header_focus_left_offset: 1px;
--_ui5_dialog_header_focus_right_offset: 1px;
--_ui5_dialog_resize_handle_right: 3px;
--_ui5_dialog_resize_handle_right: 0;
--_ui5_dialog_resize_handle_bottom: 3px;
--_ui5_dialog_header_border_radius: var(--sapElement_BorderCornerRadius);
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--_ui5_dialog_header_focus_top_offset: 1px;
--_ui5_dialog_header_focus_left_offset: 1px;
--_ui5_dialog_header_focus_right_offset: 1px;
--_ui5_dialog_resize_handle_right: 3px;
--_ui5_dialog_resize_handle_right: 0;
--_ui5_dialog_resize_handle_bottom: 3px;
--_ui5_dialog_header_border_radius: var(--sapElement_BorderCornerRadius);
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import "../base/Dialog-parameters.css";

:root {
--_ui5_dialog_resize_handle_right: 3px;
--_ui5_dialog_resize_handle_right: 0;
--_ui5_dialog_resize_handle_bottom: 3px;
--_ui5_dialog_header_error_state_box_shadow: inset 0 -0.125rem var(--sapErrorBorderColor);
--_ui5_dialog_header_information_state_box_shadow: inset 0 -0.125rem var(--sapInformationBorderColor);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import "../base/Dialog-parameters.css";

:root {
--_ui5_dialog_resize_handle_right: 3px;
--_ui5_dialog_resize_handle_right: 0;
--_ui5_dialog_resize_handle_bottom: 3px;
--_ui5_dialog_header_error_state_box_shadow: inset 0 -0.125rem var(--sapErrorBorderColor);
--_ui5_dialog_header_information_state_box_shadow: inset 0 -0.125rem var(--sapInformationBorderColor);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import "../base/Dialog-parameters.css";

:root {
--_ui5_dialog_resize_handle_right: 3px;
--_ui5_dialog_resize_handle_right: 0;
--_ui5_dialog_resize_handle_bottom: 3px;
--_ui5_dialog_header_error_state_box_shadow: inset 0 -0.125rem var(--sapErrorBorderColor);
--_ui5_dialog_header_information_state_box_shadow: inset 0 -0.125rem var(--sapInformationBorderColor);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import "../base/Dialog-parameters.css";

:root {
--_ui5_dialog_resize_handle_right: 3px;
--_ui5_dialog_resize_handle_right: 0;
--_ui5_dialog_resize_handle_bottom: 3px;
--_ui5_dialog_header_error_state_box_shadow: inset 0 -0.125rem var(--sapErrorBorderColor);
--_ui5_dialog_header_information_state_box_shadow: inset 0 -0.125rem var(--sapInformationBorderColor);
Expand Down

0 comments on commit 4c1b7dd

Please sign in to comment.