Skip to content

Commit 1233483

Browse files
authored
Remove opacity property -- this causes chrominium to disable clearType on windows (#2030)
1 parent 6d035c7 commit 1233483

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

special-pages/pages/new-tab/app/customizer/components/CustomizerDrawerInner.module.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,10 @@
176176

177177
@keyframes fade-in {
178178
0% {
179-
opacity: 0;
180179
visibility: hidden;
181180
}
182181

183182
100% {
184-
opacity: 1;
185183
visibility: visible;
186184
}
187185
}

0 commit comments

Comments
 (0)