]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Update buttons.less to disable btn pointer events 7258/head
authorAdam Conrad <acconrad@gmail.com>
Tue, 12 Mar 2013 20:58:41 +0000 (17:58 -0300)
committerAdam Conrad <acconrad@gmail.com>
Tue, 12 Mar 2013 20:58:41 +0000 (17:58 -0300)
commite488e709a0869cf91b9af73cc03a7d7c00d59b5c
treef22b96f646db4fc398e383815a0fd7f72a9b9c34
parentd0e1b56603a56abe94f99c30d94737dbe6ecae27
Update buttons.less to disable btn pointer events

Buttons that are disabled are still clickable and can still fire click events (such as hopping up to the top of the page if your anchor href points to "#"). Adding the pointer-events:none property will truly disable the button so situations like this don't happen. 
less/buttons.less