0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00
Patrick H. Lauke ea1d69c64b Make "Copy" buttons actual buttons
This makes them keyboard-accessible. For mouse users, the only change
here is that the focus outline will remain on the button once clicked
(in future, this can be solved with :focus-ring, but for now this would
require a polyfill). the tooltip is explicitly hidden on `mouseleave`,
so even though the `<button>` retains focus after clicking, the tooltip
won't stay visible once mouse user moves away.
the mouse hover styles have explicitly not been make to also apply to
:focus, so as to minimise the visual impact for
mouse users (though the tooltip remains visible)
 - but due to the default outline and the custom tooltip, it
should be fairly clear when keyboard users set focus to a copy button
too.
2017-04-16 13:57:33 -07:00
..
2017-03-21 21:37:33 +11:00
2017-04-16 13:57:33 -07:00
2017-03-19 18:39:48 -07:00
2017-04-16 13:54:07 -07:00
2017-02-04 21:14:41 -08:00
2017-03-26 13:23:49 -07:00
2017-03-21 21:37:33 +11:00
2017-03-26 17:31:29 -07:00
2014-08-01 19:45:11 +03:00
2015-12-05 11:30:27 +02:00