| Auto-Submit | +1 |
Here's the fix for CloseButtonMenu~ The fix is exactly the same as nav menu
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
// Set clipToOutline to true to contain the mouse hover effect inside the
// popup's outline. Also set the background of the list view to
// tablet_tab_strip_close_all_tabs_context_menu to make its shape the same as the popup.nit: reflow comment
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// Set clipToOutline to true to contain the mouse hover effect inside the
// popup's outline. Also set the background of the list view to
// tablet_tab_strip_close_all_tabs_context_menu to make its shape the same as the popup.nit: reflow comment
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// Set clipToOutline to true to contain the mouse hover effect inside the
// popup's outline. Also set the background of the list view to
// tablet_tab_strip_close_all_tabs_context_menu to make its shape the same as the popup.Fuhsin Liaonit: reflow comment
Sorry can you be more specific?
Oops, sorry, I meant that more of the comment's text can likely fit on earlier lines. e.g. something like
```suggestion
// Set clipToOutline to true to contain the mouse hover effect inside the popup's outline.
// Also set the background of the list view to tablet_tab_strip_close_all_tabs_context_menu
// to make its shape the same as the popup.
```
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
// Set clipToOutline to true to contain the mouse hover effect inside the
// popup's outline. Also set the background of the list view to
// tablet_tab_strip_close_all_tabs_context_menu to make its shape the same as the popup.Fuhsin Liaonit: reflow comment
Neil CoronadoSorry can you be more specific?
Oops, sorry, I meant that more of the comment's text can likely fit on earlier lines. e.g. something like
```suggestion
// Set clipToOutline to true to contain the mouse hover effect inside the popup's outline.
// Also set the background of the list view to tablet_tab_strip_close_all_tabs_context_menu
// to make its shape the same as the popup.
```
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Fix CloseButtonMenu's hover effect out of bound issue
Currently CloseButtonMenu's shadow is a rectangle, yet the menu itself
is a rectangle with rounded corners. This cl match the shadow to its
outline
Before: https://screenshot.googleplex.com/6UqZofRsp96pp24
After: https://screenshot.googleplex.com/56VgLqZ9yPkwARa
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |