/** * Licensed Materials - Property of IBM * * IBM Cognos Products: BI UI Commons * * (C) Copyright IBM Corp. 2016, 2018 * * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ :focus[tabindex] { outline: 0; } .accessibilityMode { :focus[tabindex], input[type=text]:focus[tabindex], textarea:focus[tabindex] { outline: 1px dotted; @include theming(outline-color, primary3); } }