/** * Licensed Materials - Property of IBM * * IBM Cognos Products: BI * * (C) Copyright IBM Corp. 2015, 2018 US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ .popover.switcher { min-width: 400px; /* UX */ max-width: 600px; } .popover .popover-content .removeItemIcon svg.svgIcon { fill: $gray4; /* UX */ } .highcontrast .popover .popover-content .removeItemIcon svg.svgIcon use { fill: $white; } .popover .popover-content .removeItemIcon:hover svg.svgIcon { fill: $primary1; /* UX */ } .toolpane.appbar button.switcher { overflow: hidden; white-space: nowrap; min-width: 120px; /* UX */ max-width: 400px; margin-left: $space-m; margin-right: $space-m; /* UX */ padding-left: $space-s; padding-right: $space-s; /* UX */ } .toolpane.appbar button.switcher { .svgIcon { margin-right: 0; /* Center the switcher content, because there is a margin on the inner icon. */ } &[dir="rtl"] .svgIcon { margin-left: 0; margin-right: 12px; } } .toolpane.appbar button.switcher.currentlySelected .svgIcon { transform: scaleY(-1); } div.switcher a.commonMenuLink .svgIcon { fill: $primary3; } .highcontrast div.switcher a.commonMenuLink .svgIcon use { fill: $white !important; } div.switcher div.removeItemIcon svg, div.switcher div.rightIcon svg { height: 16px; width: 16px; margin-top: $space-s; }