OCA / web

Odoo web client UI related addons
GNU Affero General Public License v3.0
924 stars 1.87k forks source link

[IMP] web_environment_ribbon: hide the ribbon on hover, #2856

Open legalsylvain opened 3 months ago

legalsylvain commented 3 months ago

Hi all. First thanks for this great module. this trivial PR improve the UI. on hover of the ribbon, the ribbon should be hidden to let user see more easily, the elements that are behind the ribbon.

Thanks for your review !

Note: This PR is in draft state because I don't figure out how to achive the following things :

-> removing point-events:none make items not clickable. -> Let point-events:none disable .test-ribbon:hover

pedrobaeza commented 3 months ago

Isn't already hidden when you hover on (which by the way I don't like at all)? Please put the before and after

legalsylvain commented 3 months ago

thanks for your review !

Isn't already hidden when you hover on (which by the way I don't like at all)

No, for the time being, the ribbon is hidden on nav and header hover.

Please put the before and after

? didn't understood your point. could you elaborate ?

pedrobaeza commented 3 months ago

I ask for seeing visually the improvement you are doing.