Merge "maintenance: Script to rename titles for Unicode uppercasing changes"
[lhc/web/wiklou.git] / resources / src / mediawiki.widgets / mw.widgets.TitleWidget.less
index e52d0cd..f087dcf 100644 (file)
@@ -39,6 +39,7 @@
                                        left: 0;
 
                                        &:not( .mw-widget-titleOptionWidget-hasImage ) {
+                                               background-size: 80%;
                                                background-color: #c8ccd1;
                                                opacity: 0.4;
                                        }
                }
        }
 }
-
-/* Icons */
-
-.oo-ui-icon-page-disambiguation {
-       /* @embed */
-       background-image: url( images/page-disambiguation-ltr.svg );
-}
-
-.oo-ui-icon-page-existing {
-       /* @embed */
-       background-image: url( images/page-existing-ltr.svg );
-}
-
-.oo-ui-icon-page-not-found {
-       /* @embed */
-       background-image: url( images/page-not-found-ltr.svg );
-}
-
-.oo-ui-icon-page-not-found:lang( he ) {
-       /* @embed */
-       background-image: url( images/page-not-found-he-yi.svg );
-}
-
-.oo-ui-icon-page-redirect {
-       /* @embed */
-       background-image: url( images/page-redirect-ltr.svg );
-}