Skip to content
Snippets Groups Projects

replaced -ms-high-contrast with forced color media query

10 files
+ 16
16
Compare changes
  • Side-by-side
  • Inline

Files

@@ -142,7 +142,7 @@
/* @TODO: create image-style for profile's avatar to have image squared by default. */
}
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
@media all and (forced-colors: active), (forced-colors: active) {
.add-comment__picture img,
.comment__picture img {
position: absolute;
Loading