_core.scss (moskito-moskito-2.9.3) | : | _core.scss (moskito-moskito-2.10.0) | ||
---|---|---|---|---|
// Base Class Definition | // Base Class Definition | |||
// ------------------------- | // ------------------------- | |||
.#{$fa-css-prefix} { | .#{$fa-css-prefix} { | |||
display: inline-block; | display: inline-block; | |||
font: normal normal normal #{$fa-font-size-base}/1 FontAwesome; // shortening font declaration | font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontA wesome; // shortening font declaration | |||
font-size: inherit; // can't have font-size inherit on line above, so need to override | font-size: inherit; // can't have font-size inherit on line above, so need to override | |||
text-rendering: auto; // optimizelegibility throws things off #1094 | text-rendering: auto; // optimizelegibility throws things off #1094 | |||
-webkit-font-smoothing: antialiased; | -webkit-font-smoothing: antialiased; | |||
-moz-osx-font-smoothing: grayscale; | -moz-osx-font-smoothing: grayscale; | |||
transform: translate(0, 0); // ensures no half-pixel rendering in firefox | ||||
} | } | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 1 lines changed or added |