Skip to content

Commit 66516ad

Browse files
moon0326github-actions[bot]
authored andcommitted
Release build 11.42.0 [ci release]
1 parent 78e092d commit 66516ad

File tree

5 files changed

+1
-9
lines changed

5 files changed

+1
-9
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- NTP - Fix text cut-off on windows (#2029)
1+
- Remove opacity property -- this causes chrominium to disable clearType on windows (#2030)

build/apple/pages/new-tab/dist/index.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2825,11 +2825,9 @@ body:not([data-background-kind=default]) .TabSwitcher_tabSwitcher {
28252825
}
28262826
@keyframes CustomizerDrawerInner_fade-in {
28272827
0% {
2828-
opacity: 0;
28292828
visibility: hidden;
28302829
}
28312830
100% {
2832-
opacity: 1;
28332831
visibility: visible;
28342832
}
28352833
}

build/integration/pages/new-tab/dist/index.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2825,11 +2825,9 @@ body:not([data-background-kind=default]) .TabSwitcher_tabSwitcher {
28252825
}
28262826
@keyframes CustomizerDrawerInner_fade-in {
28272827
0% {
2828-
opacity: 0;
28292828
visibility: hidden;
28302829
}
28312830
100% {
2832-
opacity: 1;
28332831
visibility: visible;
28342832
}
28352833
}

build/windows/pages/new-tab/dist/index.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2825,11 +2825,9 @@ body:not([data-background-kind=default]) .TabSwitcher_tabSwitcher {
28252825
}
28262826
@keyframes CustomizerDrawerInner_fade-in {
28272827
0% {
2828-
opacity: 0;
28292828
visibility: hidden;
28302829
}
28312830
100% {
2832-
opacity: 1;
28332831
visibility: visible;
28342832
}
28352833
}

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)