ui: Fix excessive style recalculation on hover (#24243)

This commit is contained in:
Nick Towle
2026-06-09 12:52:20 +02:00
committed by GitHub
parent 9682e351b8
commit ae735b1314
-1
View File
@@ -148,7 +148,6 @@
* { * {
scrollbar-width: thin; scrollbar-width: thin;
scrollbar-color: transparent transparent; scrollbar-color: transparent transparent;
transition: scrollbar-color 0.2s ease;
} }
*:hover { *:hover {