X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.widgets%2Fmw.widgets.TitleWidget.less;h=f087dcf2c1c12e91b78ee686d4ded58f79e76b3f;hp=e52d0cdc3f7e90d949915220a0e037d896d9ca0d;hb=04d1aa3033f40a38d721f7f0e88b5bac440d2869;hpb=d09d0cc568ad2a56360a3861ae9dba26d584ecc8 diff --git a/resources/src/mediawiki.widgets/mw.widgets.TitleWidget.less b/resources/src/mediawiki.widgets/mw.widgets.TitleWidget.less index e52d0cdc3f..f087dcf2c1 100644 --- a/resources/src/mediawiki.widgets/mw.widgets.TitleWidget.less +++ b/resources/src/mediawiki.widgets/mw.widgets.TitleWidget.less @@ -39,6 +39,7 @@ left: 0; &:not( .mw-widget-titleOptionWidget-hasImage ) { + background-size: 80%; background-color: #c8ccd1; opacity: 0.4; } @@ -82,30 +83,3 @@ } } } - -/* 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 ); -}