Skip to content

Commit

Permalink
fix(ui5-step-input): align decrement icon (#7654)
Browse files Browse the repository at this point in the history
  • Loading branch information
unazko committed Oct 10, 2023
1 parent 8a782f1 commit ce81085
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
--_ui5_step_input_input_border: none;
--_ui5_step_input_input_margin_top: 0;
--_ui5_step_input_button_display: inline-flex;
--_ui5_step_input_button_left: 0.125rem;
--_ui5_step_input_button_left: 0;
--_ui5_step_input_button_right: 0;
--_ui5_step_input_input_border_focused_after: 0.125rem solid #0070f2;
--_ui5_step_input_input_border_top_bottom_focused_after: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
--_ui5_step_input_input_border: none;
--_ui5_step_input_input_margin_top: 0;
--_ui5_step_input_button_display: inline-flex;
--_ui5_step_input_button_left: 0.125rem;
--_ui5_step_input_button_left: 0;
--_ui5_step_input_button_right: 0;
--_ui5_step_input_input_border_focused_after: 0.125rem solid #0070f2;
--_ui5_step_input_input_border_top_bottom_focused_after: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
--_ui5_step_input_input_border: none;
--_ui5_step_input_input_margin_top: 0;
--_ui5_step_input_button_display: inline-flex;
--_ui5_step_input_button_left: 0.125rem;
--_ui5_step_input_button_left: 0;
--_ui5_step_input_button_right: 0;
--_ui5_step_input_input_border_focused_after: 0.125rem solid #0070f2;
--_ui5_step_input_input_border_top_bottom_focused_after: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
--_ui5_step_input_input_border: none;
--_ui5_step_input_input_margin_top: 0;
--_ui5_step_input_button_display: inline-flex;
--_ui5_step_input_button_left: 0.125rem;
--_ui5_step_input_button_left: 0;
--_ui5_step_input_button_right: 0;
--_ui5_step_input_input_border_focused_after: 0.125rem solid #0070f2;
--_ui5_step_input_input_border_top_bottom_focused_after: 0;
Expand Down

0 comments on commit ce81085

Please sign in to comment.