KaotoIO / kaoto

The UI of the Kaoto project
https://kaoto.io
Apache License 2.0
37 stars 28 forks source link

feat(Canvas): Use hover styles upon open toolbar #1622

Closed lordrip closed 6 days ago

lordrip commented 1 week ago

Context

Currently, when opening the step toolbar upon hovering over a node or a group, the hover style is lost when hovering over the toolbar.

Changes

This commit retains the hover styling when the toolbar is open.

Before After
image image
sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Please upload report for BASE (main@9ee3368). Learn more about missing BASE report.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1622 +/- ## ======================================= Coverage ? 79.73% Complexity ? 273 ======================================= Files ? 285 Lines ? 8137 Branches ? 1602 ======================================= Hits ? 6488 Misses ? 1538 Partials ? 111 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features:

apupier commented 6 days ago

I do not spot the difference between the before and after images oO

lordrip commented 6 days ago

I do not spot the difference between the before and after images oO

Notice that the before doesn't have the blue border, while the after has it.