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,
52 &.oo-ui-optionWidget-selected {
53 &.oo-ui-iconElement > .mw-widget-titleOptionWidget-hasImage {
61 .mw-widget-titleOptionWidget {
62 > .oo-ui-labelElement-label {
69 text-overflow: ellipsis;
75 &:not( &-withDescriptions ) {
76 .mw-widget-titleOptionWidget-description {