File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 font-family : sans-serif ; // 2
2929 line-height : 1.15 ; // 3
3030 -webkit-text-size-adjust : 100% ; // 4
31- -ms-text-size-adjust : 100% ; // 4
3231 -ms-overflow-style : scrollbar ; // 5
3332 -webkit-tap-highlight-color : rgba ($black , 0 ); // 6
3433}
@@ -157,10 +156,6 @@ blockquote {
157156 margin : 0 0 1rem ;
158157}
159158
160- dfn {
161- font-style : italic ; // Add the correct font style in Android 4.3-
162- }
163-
164159b ,
165160strong {
166161 font-weight : bolder ; // Add the correct font weight in Chrome, Edge, and Safari
@@ -349,7 +344,7 @@ select {
349344// controls in Android 4.
350345// 2. Correct the inability to style clickable types in iOS and Safari.
351346button ,
352- html [type = " button" ], // 1
347+ [type = " button" ], // 1
353348[type = " reset" ],
354349[type = " submit" ] {
355350 -webkit-appearance : button; // 2
@@ -439,7 +434,6 @@ progress {
439434// Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
440435//
441436
442- [type = " search" ]::-webkit-search-cancel-button ,
443437[type = " search" ]::-webkit-search-decoration {
444438 -webkit-appearance : none ;
445439}
You can’t perform that action at this time.
0 commit comments