@@ -263,6 +263,7 @@ p.item-text-wrap {
263263
264264// Defines a "disabled" item.
265265.item.item-disabled ,
266+ .item-toggle [disabled ],
266267.platform-android .item.item-disabled {
267268 color : $item-disabled-color ;
268269 h2 {
@@ -1376,13 +1377,19 @@ mm-format-text[max-height], *[mm-format-text][max-height] {
13761377
13771378 mm-format-text [max-height ], * [mm-format-text ][max-height ] {
13781379 // This is to allow clicking on activated areas and have background the same color.
1379- & .mm-text-formatted.mm-shortened :before {
1380- background : -moz-linear-gradient (top , rgba ($item-default-active-bg , 0 ) calc (100% - 50px ), $item-default-active-bg calc (100% - 15px ));
1381- background : -webkit-gradient (left top , left bottom , color-stop (calc (100% - 50px ), rgba ($item-default-active-bg , 0 )), color-stop (calc (100% - 15px ), $item-default-active-bg ));
1382- background : -webkit-linear-gradient (top , rgba ($item-default-active-bg , 0 ) calc (100% - 50px ), $item-default-active-bg calc (100% - 15px ));
1383- background : -o-linear-gradient (top , rgba ($item-default-active-bg , 0 ) calc (100% - 50px ), $item-default-active-bg calc (100% - 15px ));
1384- background : -ms-linear-gradient (top , rgba ($item-default-active-bg , 0 ) calc (100% - 50px ), $item-default-active-bg calc (100% - 15px ));
1385- background : linear-gradient (to bottom , rgba ($item-default-active-bg , 0 ) calc (100% - 50px ), $item-default-active-bg calc (100% - 15px ));
1380+ & .mm-text-formatted.mm-shortened {
1381+ .mm-show-more {
1382+ background-color : $item-default-active-bg ;
1383+ }
1384+
1385+ & :before {
1386+ background : -moz-linear-gradient (top , rgba ($item-default-active-bg , 0 ) calc (100% - 50px ), $item-default-active-bg calc (100% - 15px ));
1387+ background : -webkit-gradient (left top , left bottom , color-stop (calc (100% - 50px ), rgba ($item-default-active-bg , 0 )), color-stop (calc (100% - 15px ), $item-default-active-bg ));
1388+ background : -webkit-linear-gradient (top , rgba ($item-default-active-bg , 0 ) calc (100% - 50px ), $item-default-active-bg calc (100% - 15px ));
1389+ background : -o-linear-gradient (top , rgba ($item-default-active-bg , 0 ) calc (100% - 50px ), $item-default-active-bg calc (100% - 15px ));
1390+ background : -ms-linear-gradient (top , rgba ($item-default-active-bg , 0 ) calc (100% - 50px ), $item-default-active-bg calc (100% - 15px ));
1391+ background : linear-gradient (to bottom , rgba ($item-default-active-bg , 0 ) calc (100% - 50px ), $item-default-active-bg calc (100% - 15px ));
1392+ }
13861393 }
13871394 }
13881395}
0 commit comments