Ghost/ghost/admin/app/styles
Kevin Ansfield 346cfc5c48 🐛 prevent task-buttons dropping clicks when multiple tasks enqueued simultaneously (#222)
refs https://github.com/TryGhost/Ghost/issues/7255
- adds a `.appear-disabled` CSS class that doesn't prevent pointer events like `.disabled`
- updates `gh-task-button`:
  - use `.appear-disabled` class instead of actually disabling button
  - add check to guard against the button's assigned task being run multiple times whilst the spinner is running

This resolves the [user profile slug issue](https://github.com/TryGhost/Ghost/issues/7255) where clicking the Save button whilst the slug input has focus would only trigger the input's focus-out event due to it immediately disabling the button.
2016-08-24 07:14:36 -06:00
..
components theme management UI 2016-08-23 12:42:38 +01:00
layouts theme management UI 2016-08-23 12:42:38 +01:00
patterns 🐛 prevent task-buttons dropping clicks when multiple tasks enqueued simultaneously (#222) 2016-08-24 07:14:36 -06:00
app.css Subscribers: Admin User Interface v1 2016-05-11 10:28:11 +02:00
csscomb.json Introduce new notification and alerts components 2015-05-22 19:05:13 +01:00