diff --git a/CHANGES.md b/CHANGES.md index 3cf9e5bf4..3e6827101 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -58,6 +58,7 @@ - Fix incorrect fullname use on registring user after OIDC authentication [Taiga #5517](https://tree.taiga.io/project/penpot/issue/5517) - Fix incorrect modified-at on project after import file [Taiga #5268](https://tree.taiga.io/project/penpot/issue/5268) - Fix incorrect message after sending invitation to already member [Taiga 5599](https://tree.taiga.io/project/penpot/issue/5599) +- Fix text decoration on button [Taiga #5301](https://tree.taiga.io/project/penpot/issue/5301) ### :arrow_up: Deps updates diff --git a/frontend/resources/styles/main/partials/inspect.scss b/frontend/resources/styles/main/partials/inspect.scss index 32ce5a9e7..043ba2c8d 100644 --- a/frontend/resources/styles/main/partials/inspect.scss +++ b/frontend/resources/styles/main/partials/inspect.scss @@ -290,6 +290,7 @@ border-radius: $br4; margin: 0.5rem; cursor: pointer; + text-decoration: none; &:hover { background-color: $color-primary;