2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

add more refs to browser-related bugs in Less comments

This commit is contained in:
Chris Rebert
2014-12-22 16:54:50 -08:00
parent b61e4dd671
commit 15c9c3aef7
4 changed files with 5 additions and 3 deletions
+1
View File
@@ -196,6 +196,7 @@
// Internet Explorer 8-9 does not support clicks on elements without a set
// `background-color`. We cannot use `filter` since that's not viewed as a
// background color by the browser. Thus, a hack is needed.
// See https://developer.mozilla.org/en-US/docs/Web/Events/click#Internet_Explorer
//
// For IE8, we set solid black as it doesn't support `rgba()`. For IE9, we
// set alpha transparency for the best results possible.