2 * MediaWiki Widgets - TitleWidget styles.
4 * @copyright 2011-2015 MediaWiki Widgets Team and others; see AUTHORS.txt
5 * @license The MIT License (MIT); see LICENSE.txt
8 .mw-widget-titleWidget-menu {
9 .mw-widget-titleOptionWidget {
18 .mw-widget-titleOptionWidget {
19 -webkit-box-sizing: border-box;
20 -moz-box-sizing: border-box;
21 box-sizing: border-box;
25 &:not( :last-child ) {
29 > .oo-ui-labelElement-label {
34 > .oo-ui-iconElement-icon {
39 &:not( .mw-widget-titleOptionWidget-hasImage ) {
40 background-color: #ccc;
43 &.mw-widget-titleOptionWidget-hasImage {
45 background-size: cover;
51 &.oo-ui-optionWidget-highlighted, &.oo-ui-optionWidget-selected {
52 &.oo-ui-iconElement > .mw-widget-titleOptionWidget-hasImage {
60 .mw-widget-titleOptionWidget {
61 > .oo-ui-labelElement-label {
68 text-overflow: ellipsis;
74 &:not(&-withDescriptions) {
75 .mw-widget-titleOptionWidget-description {