-
Notifications
You must be signed in to change notification settings - Fork 128
The "Favourite", "Draw", "Download" and "Delete" strings are wrongly moving their position while the buttons are clicked #4895
Comments
The buttons' images and texts are supposed to move like the "Favourite" button (See #4845). The problem is that the icon is set for the button element itself and not in a extra child. |
@testeaxeax Ideally page specific buttons should have their style in the page specific scss. And |
The button positions should not move at all |
@testeaxeax @chenba As John pointed, button images or text should not move on click and yes we should keep global shared button styles in _buttons.scss |
@testeaxeax did you want to work on this? |
Hey @testeaxeax, I'm adding you as a collaborator to the Screenshots repo. That way we can assign issues to you. You wouldn't be able to self-assign, but leave a comment on something you want to work on, and someone will assign it to you. It'd help with coordination when it's an issue in the current sprint. |
Fix #4895, prevent button contents from moving when clicked
I have verified this issue using latest Screenshots 34.0.0 dev version and is no longer reproducible for the "Favourite", "Draw", "Download" and "Delete". Unfortunately, it seems that now the "All Shots" button and the "Settings" button from "My Shots" page move its position when it's clicked. |
yeah i noticed that too...should be an easy fix. |
nav-button style is used by both link and buttons, keeping active state padding 0 8px to button.nav-button should take away shift from links |
With #4848 fix, labels are going away and should fix this issue. |
With #4848 in master this issue can be closed |
I have verified this issue using the latest Screenshots (34.0.0) dev version and is no longer reproducible. Tested on Windows 7 x64, Mac 10.13 and Arch Linux 4.12. |
[Notes]:
[Affected versions]:
[Affected Platforms]:
[Prerequisites]:
[Steps to reproduce]:
[Expected result]:
[Actual results]:
[Additional Notes]:
The text was updated successfully, but these errors were encountered: