Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorJohnAlbin <virtually.johnalbin@gmail.com>2016-10-24 10:13:56 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2016-10-24 10:14:09 +0300
commit47c7ef746458e2ad8cea7c632e0143f03ddc72f0 (patch)
tree5e9de761d9b466f908ca92a56762605f6bb9c7c9 /sass
parent7f983c1fc88fa66f90e298eb982c09ffff130919 (diff)
Update known issues comment. #88
Diffstat (limited to 'sass')
-rw-r--r--sass/normalize/_normalize-mixin.scss20
1 files changed, 0 insertions, 20 deletions
diff --git a/sass/normalize/_normalize-mixin.scss b/sass/normalize/_normalize-mixin.scss
index ca62404..70a8d3d 100644
--- a/sass/normalize/_normalize-mixin.scss
+++ b/sass/normalize/_normalize-mixin.scss
@@ -415,26 +415,6 @@
========================================================================== */
/**
- * Known issues:
- * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
- * select, unless a border property is set. The default font weight on
- * optgroup elements cannot safely be changed in Chrome on OSX and Safari on
- * OS X.
- * - It is recommended that you do not style checkbox and radio inputs as
- * Firefox's implementation does not respect box-sizing, padding, or width.
- * - Certain font size values applied to number inputs cause the cursor style of
- * the decrement button to change from default to text.
- * - The search input is not fully stylable by default. In Chrome and Safari on
- * OSX/iOS you can't control font, padding, border, or background. In Chrome
- * and Safari on Windows you can't control border properly. It will apply
- * border-width but will only show a border color (which cannot be controlled)
- * for the outer 1px of that border. Applying -webkit-appearance: textfield
- * addresses these issues without removing the benefits of search inputs (e.g.
- * showing past searches). Safari (but not Chrome) will clip the cancel button
- * on when it has padding (and textfield appearance).
- */
-
- /**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/