/** * Licensed Materials - Property of IBM * * IBM Cognos Products: BI * * (C) Copyright IBM Corp. 2015, 2019 US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ .toolpane.appbar { span.ba-pushbutton.switcher { &.is-checked { button svg.svgIcon { margin-left: 0px; margin-right: 12px; transform: scaleY(-1); } } button { overflow: hidden; white-space: nowrap; min-width: 120px; max-width: 400px; padding-left: $space-s; padding-right: $space-s; font-weight: normal; font-family: inherit; svg.svgIcon { margin-left: 0; } } } } /* Menu Popover */ .glass-menu.switcher { min-width: 400px !important; /* UX */ max-width: 600px !important; .menuPluginItem{ padding-left: $space-s; &:hover { svg.svgIcon{ fill: $primary1; } } &.is-selected { border-left: 4px solid $primary1; } svg { visibility: visible; height: $space-s; width: $space-s; margin: 0 $space-s 0 0; &.svgIcon { fill: $primary3; } &.removeItemIcon { fill: $gray4; } } } } .highcontrast { .glass-menu.switcher{ .menuPluginItem{ svg.svgIcon use{ fill: $white !important; } } } }