Firefox 133.0: @-moz-document url(about:newtab) has no effect

Hi, I tried

@-moz-document url(about:newtab) {
    #urlbar {
        display: none !important;
    }
}

but nothing changes, it works when I drop the line with media query.

Also tried url-prefix(), and single/double quotes.

Is it a bug?