framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
18.08k stars 3.23k forks source link

Popover hover has square borders #4194

Open eradin opened 1 year ago

eradin commented 1 year ago

Describe the bug

Upgraded from V7. On popover with a table as content, hovering over the 1st or last menu item has square corner not rounded. Only md theme. Also, hairline artifact exists on top menu item (hard to see but it's there).

screenshot:

FireShot Capture 056 - MyWhistleBox - localhost

To Reproduce

Example markup

`

arrowshape_turn_up_right_circle Send
square_arrow_down Download Request
signature Signing Request
    </div>

`

Add this popover and run. On desktop, hover mouse over top and bottom menu items.

Expected behavior

With new md theme, popovers have rounded corner like ios theme. Hovering should maintain the the same style.

Actual Behavior

Screenshots

see above

Additional context

Cleared cache after upgrade several times. Problem persists. I used a table because I wanted an icon in the menu. This works fine under V7. I understand there is no desktop theme anymore and no hover exists on mobile devices but it should work the same as the mobile device.