Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bjarne Fyrstenborg 1280 posts 3990 karma points MVP 7x c-trib
    Mar 30, 2016 @ 06:17
    Bjarne Fyrstenborg
    0

    Font Awesome package affect size icons of Umbraco listview grid

    It seems that this package affect size of icons in Umbraco listview grid mode.

    Umbraco use font-size: 40px; here, but this package overwrite it to 14px.

    font: normal normal normal 14px/1 FontAwesome;
    

    http://issues.umbraco.org/issue/U4-8248

    Furthemore it also affect size of font icons in listview list mode, when a font awesome icon is used, which is a smaller size than the "checkmark". So when you select a listview row, it jumps a bit because of a larger height.

    /Bjarne

  • Bjarne Fyrstenborg 1280 posts 3990 karma points MVP 7x c-trib
    Mar 31, 2016 @ 20:35
    Bjarne Fyrstenborg
    0

    It seems to font shorthand overwrite the font-size Umbraco sets for the icons in e.g. listview list and grid layouts.

    And font-size: inherit; doesn't have any effect because the styles Umbraco add to the icons first is added later in code.

    But it might work only to set font-family: FontAwesome and let Umbraco controls the rest.

    http://issues.umbraco.org/issue/U4-8248

Please Sign in or register to post replies

Write your reply to:

Draft