]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Remove `cursor: not-allowed` styles
authorPatrick H. Lauke <redux@splintered.co.uk>
Mon, 10 Apr 2017 21:33:19 +0000 (22:33 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Apr 2017 21:33:19 +0000 (22:33 +0100)
commit2179cfb45f45cf9653713178c222a7ac63ede2aa
tree83f41a70bea7320f407a8181a3eb121f9ed4327a
parent18e8704221791e70d0bf4ac9ff45d4e897a02e63
parent7056f702408a97f01cb32bc6075d88ec27cdcf52
Remove `cursor: not-allowed` styles

Per discussion on https://github.com/twbs/bootstrap/issues/22222#issuecomment-292819959

> browsers don't normally use the "not-allowed" cursor in these circumstances, so it makes BS a bit opinionated here. (and, at least on Windows, the "not-allowed" cursor looks rather fugly with its red colour compared to other regular mouse pointers)
>
> ![capture](https://cloud.githubusercontent.com/assets/895831/24841663/1f9bbd46-1d81-11e7-9e96-54502b731edf.PNG)

Closes https://github.com/twbs/bootstrap/issues/22222