Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-15207

deprecated css features

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Fixed
    • Icon: Minor Minor
    • 4.2.0rc1, 4.2 (plan)
    • 4.0.2rc1
    • Frontend (F)
    • trunk r87213
    • Sprint 48, Jan 2019, Sprint 49 (Feb 2019), Sprint 50 (Mar 2019)
    • 1

      Steps to reproduce:

      $ sass --version
      Ruby Sass 3.6.0
      $ make css
      

      Result:

      $ make css                      
      sass --no-cache --sourcemap=none sass/stylesheets/sass/screen.scss frontends/php/styles/blue-theme.css
      DEPRECATION WARNING on line 4734 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 4747 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 4765 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 4778 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 4796 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 4835 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 5320 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, .in-progress::before, is deprecated and will not be supported in a future release.
      Consider "@extend .in-progress, ::before" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 5342 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, .in-progress::after, is deprecated and will not be supported in a future release.
      Consider "@extend .in-progress, ::after" instead.
      See http://bit.ly/ExtendCompound for details.
      
      cp frontends/php/styles/blue-theme.css sass/stylesheets/screen.css
      sass --no-cache --sourcemap=none sass/stylesheets/sass/dark-theme.scss frontends/php/styles/dark-theme.css
      DEPRECATION WARNING on line 4734 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 4747 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 4765 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 4778 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 4796 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 4835 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 5320 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, .in-progress::before, is deprecated and will not be supported in a future release.
      Consider "@extend .in-progress, ::before" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 5342 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, .in-progress::after, is deprecated and will not be supported in a future release.
      Consider "@extend .in-progress, ::after" instead.
      See http://bit.ly/ExtendCompound for details.
      
      cp frontends/php/styles/dark-theme.css sass/stylesheets/dark-theme.css
      sass --no-cache --sourcemap=none sass/stylesheets/sass/hc-light.scss frontends/php/styles/hc-light.css
      DEPRECATION WARNING on line 4734 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 4747 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 4765 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 4778 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 4796 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 4835 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 5320 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, .in-progress::before, is deprecated and will not be supported in a future release.
      Consider "@extend .in-progress, ::before" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 5342 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, .in-progress::after, is deprecated and will not be supported in a future release.
      Consider "@extend .in-progress, ::after" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 705 of sass/stylesheets/sass/hc-light.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 742 of sass/stylesheets/sass/hc-light.scss:
      Extending a compound selector, td.log-na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .log-na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 746 of sass/stylesheets/sass/hc-light.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 787 of sass/stylesheets/sass/hc-light.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 823 of sass/stylesheets/sass/hc-light.scss:
      Extending a compound selector, td.log-na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .log-na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 827 of sass/stylesheets/sass/hc-light.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 868 of sass/stylesheets/sass/hc-light.scss:
      Extending a compound selector, td.log-na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .log-na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 872 of sass/stylesheets/sass/hc-light.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 913 of sass/stylesheets/sass/hc-light.scss:
      Extending a compound selector, td.log-na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .log-na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 917 of sass/stylesheets/sass/hc-light.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      cp frontends/php/styles/hc-light.css sass/stylesheets/hc-light.css
      sass --no-cache --sourcemap=none sass/stylesheets/sass/hc-dark.scss frontends/php/styles/hc-dark.css
      DEPRECATION WARNING on line 4734 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 4747 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 4765 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 4778 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 4796 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 4835 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 5320 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, .in-progress::before, is deprecated and will not be supported in a future release.
      Consider "@extend .in-progress, ::before" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 5342 of sass/stylesheets/sass/screen.scss:
      Extending a compound selector, .in-progress::after, is deprecated and will not be supported in a future release.
      Consider "@extend .in-progress, ::after" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 734 of sass/stylesheets/sass/hc-dark.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 771 of sass/stylesheets/sass/hc-dark.scss:
      Extending a compound selector, td.log-na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .log-na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 775 of sass/stylesheets/sass/hc-dark.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 816 of sass/stylesheets/sass/hc-dark.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 852 of sass/stylesheets/sass/hc-dark.scss:
      Extending a compound selector, td.log-na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .log-na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 856 of sass/stylesheets/sass/hc-dark.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 897 of sass/stylesheets/sass/hc-dark.scss:
      Extending a compound selector, td.log-na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .log-na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 901 of sass/stylesheets/sass/hc-dark.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 942 of sass/stylesheets/sass/hc-dark.scss:
      Extending a compound selector, td.log-na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .log-na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      
      DEPRECATION WARNING on line 946 of sass/stylesheets/sass/hc-dark.scss:
      Extending a compound selector, td.na-bg, is deprecated and will not be supported in a future release.
      Consider "@extend td, .na-bg" instead.
      See http://bit.ly/ExtendCompound for details.
      

      Expected:
      No deprecation messages.

            HunterCRS Alexander Shubin
            richlv richlv
            Team D
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: