Remove 16px font size from document root
Fixes: CNVS-26469 Putting a pixel value in the document root was stopping our newly converted rem font-sizes from scaling up when the changes his or her browser font sizing preferences. This change removes the pixel value, so the document root font-size is 100% again. Test plan: - In Chrome's advanced Settings/Preferences, set your default text size to Very Large. - When you return to your Canvas tab, the primary nav's font and icon size should have scaled up, respecting the browser's font preferences: http://screencast.com/t/TNQNNvgsBv0 Change-Id: Ib7e410d582219670dcc4b43fe48355edc85a43dd Reviewed-on: https://gerrit.instructure.com/70252 Tested-by: Jenkins Reviewed-by: Pam Hiett <phiett@instructure.com> Product-Review: Pam Hiett <phiett@instructure.com> QA-Review: Myller de Araujo <myller@instructure.com>
This commit is contained in:
parent
b972ae8346
commit
02b5caef5a
|
@ -12,11 +12,6 @@
|
|||
///////==============
|
||||
/// Global Settings
|
||||
///////==============
|
||||
html {
|
||||
@if $use_new_styles {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in New Issue