Skip to content

Commit

Permalink
Merge pull request #427 from TeskaLabs/bugfix/remove-pointer-events-f…
Browse files Browse the repository at this point in the history
…or-tree-menu

Remove pointer events for tree menu
  • Loading branch information
aringocode authored Jun 12, 2023
2 parents 80151df + bbed5c1 commit b193d29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@

- Fix infinite loop bug on userinfo, when expiration time is set to large values (INDIGO Sprint 230428, [!419](https://github.com/TeskaLabs/asab-webui/pull/419))

- Remove pointer-events style for tree-menu-item (INDIGO Sprint 230609, [!427](https://github.com/TeskaLabs/asab-webui/pull/427))

## v23.5

### Features
Expand Down
1 change: 0 additions & 1 deletion src/styles/components/tree-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
&.disabled {
color: #6a6a6a8f;
background-color: inherit;
pointer-events: none;
}
}

Expand Down

0 comments on commit b193d29

Please sign in to comment.