You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Switch widget indicates focus w/a blue outline, even on IE. But other deliteful controls on IE show the focus with IE's standard dotted black outline. From samples/Buttons.html on IE11:
To make this consistent, either all the controls should use the current browser's native focus outline, or all the controls should use the blue outline cross-browser.
@tkrugg's argument is that all controls should use the blue outline, because Bootstrap itself uses the blue focus outline cross-browser.
The counterargument is that deliteful only supports one theme named bootstrap, so people are forced to use that deliteful theme even though their app itself doesn't use the bootstrap theme.
Also, does Bootstrap still using the blue outline cross browser? I'm not seeing that on http://getbootstrap.com/ on IE.
The text was updated successfully, but these errors were encountered:
The Switch widget indicates focus w/a blue outline, even on IE. But other deliteful controls on IE show the focus with IE's standard dotted black outline. From samples/Buttons.html on IE11:
To make this consistent, either all the controls should use the current browser's native focus outline, or all the controls should use the blue outline cross-browser.
@tkrugg's argument is that all controls should use the blue outline, because Bootstrap itself uses the blue focus outline cross-browser.
The counterargument is that deliteful only supports one theme named bootstrap, so people are forced to use that deliteful theme even though their app itself doesn't use the bootstrap theme.
Also, does Bootstrap still using the blue outline cross browser? I'm not seeing that on http://getbootstrap.com/ on IE.
The text was updated successfully, but these errors were encountered: