https://bugzilla.wikimedia.org/show_bug.cgi?id=51104

       Web browser: ---
            Bug ID: 51104
           Summary: Some icons are not embedded
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: Unprioritized
         Component: UniversalLanguageSelector
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected],
                    [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

The file resources/images/cog-sprite.png in resources/css/ext.uls.css get
embedded in line 12 but not in the lines 13 to 15:

https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FUniversalLanguageSelector.git/8dc2816c779739610c00be7419da2888fa5a134c/resources%2Fcss%2Fext.uls.css#L10

10 #p-lang .uls-settings-trigger {
11   /* @embed */
12   background: transparent url('../images/cog-sprite.png') right top
no-repeat;
13   background-image: -webkit-linear-gradient(transparent, transparent),
url('../images/cog-sprite.svg');
14   background-image: -moz-linear-gradient(transparent, transparent),
url('../images/cog-sprite.svg');
15   background-image: linear-gradient(transparent, transparent),
url('../images/cog-sprite.svg');

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to