/* * 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. */ .svgIcon { vertical-align: middle; } .glass.highcontrast .svgIcon { fill: $white; } .navbar .svgIcon { height: 24px; width: 24px; margin-right: 10px; margin-left: -24px; [dir="rtl"] & { margin-left: 10px; margin-right: -24px; } } .navbar button:hover .svgIcon { opacity: $opacity-max; } .appbar .svgIcon{ height: 24px; width: 24px; } .appbar button:hover .svgIcon { opacity: $opacity-max; } .appbar button .svgIcon { margin: $space-xs 12px; } .appbar button.switcher .svgIcon { height: 14px; width: 14px; } @media screen and (-ms-high-contrast: black-on-white) { .glass.highcontrast .svgIcon{ fill: $black; } .appbar .svgIcon, .appbar button:hover .svgIcon { fill: $black; } } @media screen and (-ms-high-contrast: active) { .glass.highcontrast { .navbar.svgIcon, .navbar button:hover .svgIcon { fill: $white !important; } } } @-moz-document url-prefix() { .glass.highcontrast { .navbar.svgIcon, .navbar button:hover .svgIcon { fill: $white !important; } } }