mirror of https://github.com/zulip/zulip.git
e4567e05ac
This replaces a :disabled selector with individual ones for each element type; I verified in CSS selector profiling that this change removes lines that were previously about 10% of profiled CSS selector processing time for rendering the combined feed. The reason being that the rendered elements have very few disable-able elements, but the browser was spending a lot of time trying to match **every** element for whether it might have been disabled, which was slow. This probably reflects a browser bug. |
||
---|---|---|
.. | ||
e2e-tests | ||
generated | ||
html | ||
images | ||
server | ||
shared | ||
src | ||
styles | ||
templates | ||
tests | ||
third | ||
.browserslistrc | ||
.gitignore | ||
babel.config.js | ||
debug-require-webpack-plugin.ts | ||
debug-require.js | ||
postcss.config.js | ||
webpack.assets.json | ||
webpack.config.ts | ||
webpack.dev-assets.json |