Bootstrap: <button> menu items inside dropdown have cursor: default

Created on 17 Jan 2018  路  3Comments  路  Source: twbs/bootstrap

With beta.3 Bootstrap brought back cursor: pointer for buttons. However when having menu items using <button> tags inside dropdown they still use cursor: default (see this example from docs). I believe it is a bug and menu items should also have cursor: pointer.

css v4

Most helpful comment

FWIW i agree...PR incoming

All 3 comments

FWIW i agree...PR incoming

Same problem with Buttons in List Groups (example from docs)

This was fixed by #27021

Was this page helpful?
0 / 5 - 0 ratings