Ensure that icons are properly visible in Windows high contrast.
1 unresolved thread
Closes #3467181
Merge request reports
Activity
215 222 } 216 223 } 217 224 225 /** 226 * In Windows high contrast mode, the icons can be obscured by the text from the 227 * data attribute. Since this is not needed if the icon exists, we remove it. 228 * 229 * @todo This code replicates the functionality of the style query (line 115). 230 * Not all supported browsers yet support style queries, so this is a fallback 231 * that can eventually be removed. 232 * 233 * @see https: //caniuse.com/css-container-queries-style 234 */ 235 .toolbar-button--icon--back,
Please register or sign in to reply