Ghost/ghost/admin/tests/integration
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
..
adapters Switched from v3 to canary API 2021-02-05 09:12:26 +00:00
components Fixed signin and signup button failure state hover colors 2024-10-17 16:54:23 +01:00
helpers Added exact timestamp to the title attribute of the post date in the … (#19936) 2024-03-27 13:52:38 +01:00
models Reduced Admin search re-indexes (#20154) 2024-05-07 15:24:20 +01:00
modifiers Refactored <GhBenefitItem> 2022-12-14 11:57:54 +00:00
services Added local revisions to the editor as backstop against data loss (#21044) 2024-09-20 00:08:28 -07:00