Comment 11 for bug 1771559

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.opendev.org/719777
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=74d76e900f28e88190a35bff921c56349077ca53
Submitter: Zuul
Branch: master

commit 74d76e900f28e88190a35bff921c56349077ca53
Author: Ivan Kolodyazhny <email address hidden>
Date: Tue Apr 14 12:19:29 2020 +0300

    Implement 'selector-append' sass function

    'selector-append' is used in xstatic-mdi [1] but it isn't supported by
    the latest pyScss.
    As a workaround we use 'append-selector' function from pyScss until
    'selector-append' will be supported.

    This patch also reverts Ia9e1e807591d4428f585177f521d4cb9d463b917
    because we don't need it anymore.

    [1] https://opendev.org/openstack/xstatic-mdi/src/tag/1.6.50.2/xstatic/pkg/mdi/data/scss/_functions.scss#L2

    Change-Id: Ib8ca0fcfe339cb68d6a157a00cbc2d34854ef4c5
    Closes-Bug: #1771559