Ghost/ghost/admin/tests
Kevin Ansfield 2fb88e65ca Fixed signin and signup button failure state hover colors
ref https://linear.app/tryghost/issue/ENG-1653

- we were always setting a `style="background-color: #123456"` attribute on the buttons but that didn't allow for different button states such as the red failure state to correctly override meaning there was some odd behaviour when hovering
- removed the fixed `style` attribute and adjusted `<GhTaskButton>`
  - added `@useAccentColor` prop
  - when `@useAccentColor` is true, add the necessary `style` attribute except when showing the failure state
2024-10-17 16:54:23 +01:00
..
acceptance 🐛 Fixed missing 'duplicate a post' feature for editors (#21304) 2024-10-15 12:19:56 +02:00
helpers Fixed errors from 404 error handler for non-transition 404s 2024-09-13 11:02:55 +01:00
integration Fixed signin and signup button failure state hover colors 2024-10-17 16:54:23 +01:00
unit Refactored local revisions to avoid QuotaExceededErrors (#21128) 2024-09-26 12:50:31 -07:00
index.html Remove ember application template wrapper 2018-05-01 10:57:20 +01:00
test-helper.js Added full-page refresh when new post route is in a bad state 2024-09-23 22:38:34 +01:00