Skip to content

Commit f3c00cf

Browse files
vaadin-botjouni
andauthored
fix: reduce selector specificity to avoid overriding custom styles (#10641) (#10646)
Co-authored-by: Jouni Koivuviita <jouni@vaadin.com>
1 parent 5a0d587 commit f3c00cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aura/src/color.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
@supports (color: hsl(0 0 0)) {
4444
@scope (:root) {
45-
:scope {
45+
:where(:scope) {
4646
--aura-app-background:
4747
var(--_bg-accent),
4848
radial-gradient(circle at 25% 0% in xyz, var(--aura-background-color) 33%, var(--_bg-alt))

0 commit comments

Comments
 (0)