Skip to content

Commit

Permalink
Snackbar: fix pushbutton's padding
Browse files Browse the repository at this point in the history
Before this, the button was being set without right padding. This was
probably done in the past to save up space. Nevertheless this is not
the way to go, otherwise the button looks odd, specially when the
visible focus is set to the button.

Signed-off-by: Pedro Pinto Silva <[email protected]>
Change-Id: Id059888b403a8f4c04c52768aa79e7910e0bf036
  • Loading branch information
pedropintosilva committed Oct 9, 2023
1 parent 7c72e92 commit 6b9f14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/css/jsdialogs.css
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ input[type='number']:hover::-webkit-outer-spin-button {
}

.snackbar.jsdialog-container #button.ui-pushbutton.jsdialog {
padding-right: 0;
padding: 8px;
}

#mobile-wizard.popup.snackbar #button,
Expand Down

0 comments on commit 6b9f14f

Please sign in to comment.