/* * Licensed Materials - Property of IBM * * IBM Cognos Products: Glass * * (C) Copyright IBM Corp. 2017, 2018 * * US Government Users Restricted Rights - Use, duplication or disclosure * restricted by GSA ADP Schedule Contract with IBM Corp. */ .ba-common-svgIcon, .svgIcon { vertical-align: middle; } .glass.highcontrast .ba-common-svgIcon, .glass.highcontrast .svgIcon { fill: $white; } .navbar { .ba-common-svgIcon, .svgIcon { height: 20px; width: 20px; } button { &:hover { .ba-common-svgIcon, .svgIcon { opacity: $opacity-max; } } } } .appbar { .ba-common-svgIcon, .svgIcon { height: 24px; width: 24px; } button { .ba-common-svgIcon, .svgIcon { margin: $space-xs 12px; } &.switcher { .ba-common-svgIcon, .svgIcon { height: 14px; width: 14px; } } &:hover { .ba-common-svgIcon, .svgIcon { opacity: $opacity-max; } } } } @media screen and (-ms-high-contrast: black-on-white) { .glass.highcontrast .ba-common-svgIcon, .glass.highcontrast .svgIcon{ fill: $black; } .appbar .ba-common-svgIcon, .appbar .svgIcon, .appbar button:hover .ba-common-svgIcon, .appbar button:hover .svgIcon { fill: $black; } } @media screen and (-ms-high-contrast: active) { .glass.highcontrast { .navbar.ba-common-svgIcon, .navbar button:hover .ba-common-svgIcon, .navbar.svgIcon, .navbar button:hover .svgIcon { fill: $white !important; } } } @-moz-document url-prefix() { .glass.highcontrast { .navbar.ba-common-svgIcon, .navbar button:hover .ba-common-svgIcon, .navbar.svgIcon, .navbar button:hover .svgIcon { fill: $white !important; } } }