]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Darker style focus/hover on active buttons 16154/head
authorPatrick H. Lauke <redux@splintered.co.uk>
Wed, 25 Mar 2015 22:52:49 +0000 (22:52 +0000)
committerPatrick H. Lauke <redux@splintered.co.uk>
Wed, 25 Mar 2015 22:52:49 +0000 (22:52 +0000)
commit068675c72c7f541af1bb1c64b051b41430fbab8d
tree2651bd3aaa60eefb00843d99627ad07f3f08868c
parent2f3076f20acb6b34279b1ef77063a8fff33f756e
Darker style focus/hover on active buttons

Currently, hovering with mouse or setting focus on a button which is
active has same styling as on a non-active button. This results in
problems for keyboard users, who set focus on a toggle and activate it,
but cannot visually see that their action had any effect. Ditto for
mouse users hovering over a toggle and clicking it. This adds an
explicit additional style for focus/hover on active buttons.
Note that this does not address issues of browser focus remaining on a
button after a mouse click (e.g. #13971), as this will likely require
extra JavaScript to fix.
less/mixins/buttons.less