Fix recent regression for scope rules (#1938)
Some checks are pending
Project CI / build (24.x) (push) Waiting to run

This commit is contained in:
Carlos Fernandez 2026-05-26 21:58:05 -04:00 committed by GitHub
parent fa6f9d56b8
commit 48f9ffc318
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -86,6 +86,8 @@
} }
@scope (.theme-light) to (.themed) { @scope (.theme-light) to (.themed) {
.dh-style :scope,
:scope.dh-style,
.dh-style, .dh-style,
.duality { .duality {
--color-text-emphatic: @dark-blue; --color-text-emphatic: @dark-blue;
@ -93,6 +95,8 @@
} }
} }
@scope (.theme-dark) to (.themed) { @scope (.theme-dark) to (.themed) {
.dh-style :scope,
:scope.dh-style,
.dh-style, .dh-style,
.duality { .duality {
--color-text-emphatic: @golden; --color-text-emphatic: @golden;