From: maks feltrin Date: Mon, 17 Oct 2016 13:08:47 +0000 (+0200) Subject: add a clearer doc-block comment to $pagination-mobile-current-item X-Git-Tag: v6.3-rc1~47^2~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9267%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git add a clearer doc-block comment to $pagination-mobile-current-item --- diff --git a/scss/components/_pagination.scss b/scss/components/_pagination.scss index 278cccf71..7acbc9fed 100644 --- a/scss/components/_pagination.scss +++ b/scss/components/_pagination.scss @@ -55,7 +55,9 @@ $pagination-ellipsis-color: $black !default; /// @type Boolean $pagination-mobile-items: false !default; -/// If `false`, don't display current page number on mobile. +/// If `true`, display the current page number on mobile even if `$pagination-mobile-items` is set to `false`. +/// This parameter will only override the visibility setting of the current item for `$pagination-mobile-items: false;`, +/// it will not affect the current page number visibility when `$pagination-mobile-items` is set to `true`. /// @type Boolean $pagination-mobile-current-item: false !default;